Home
last modified time | relevance | path

Searched defs:dereference (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Analysis/html_diagnostics/
H A Dcontrol-arrows.cpp7 int dereference(int *x) { in dereference() function
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.constr/
H A Dfunction-templates.cpp17 auto dereference(T t) { // expected-note {{candidate template ignored: constraints not satisfied … in dereference() function
/llvm-project/llvm/unittests/Support/
H A DIndexedAccessorTest.cpp28 static T &dereference(T *data, ptrdiff_t index) { return data[index]; } in dereference() function
H A DFormatVariadicTest.cpp717 static int dereference(const Base &, ptrdiff_t Index) { dereference() function in __anon4108b4770411::IntegerValuesRange
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp221 static std::optional<DereferenceInfo> dereference(ProgramStateRef State, in dereference() function
/llvm-project/openmp/libompd/src/
H A DTargetValue.cpp232 TValue TValue::dereference() const { in dereference() function in TValue
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp417 OperandRange OperandRangeRange::dereference(const OwnerT &object, dereference() function in OperandRangeRange
566 MutableOperandRange MutableOperandRangeRange::dereference(const OwnerT &object, dereference() function in MutableOperandRangeRange
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2364 bool dereference = false; MatchesOperand() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py262 __init__( self, name=None, value=None, type=None, summary=None, children=None, dereference=None, ) global() argument