Searched defs:dereference (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/test/Analysis/html_diagnostics/ |
H A D | control-arrows.cpp | 7 int dereference(int *x) { in dereference() function
|
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.constr/ |
H A D | function-templates.cpp | 17 auto dereference(T t) { // expected-note {{candidate template ignored: constraints not satisfied … in dereference() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | IndexedAccessorTest.cpp | 28 static T &dereference(T *data, ptrdiff_t index) { return data[index]; } in dereference() function
|
H A D | FormatVariadicTest.cpp | 717 static int dereference(const Base &, ptrdiff_t Index) { dereference() function in __anon4108b4770411::IntegerValuesRange
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedPointee.cpp | 221 static std::optional<DereferenceInfo> dereference(ProgramStateRef State, in dereference() function
|
/llvm-project/openmp/libompd/src/ |
H A D | TargetValue.cpp | 232 TValue TValue::dereference() const { in dereference() function in TValue
|
/llvm-project/mlir/lib/IR/ |
H A D | OperationSupport.cpp | 417 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 D | DWARFExpression.cpp | 2364 bool dereference = false; MatchesOperand() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 262 __init__( self, name=None, value=None, type=None, summary=None, children=None, dereference=None, ) global() argument
|