Searched refs:NoDeref (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
D | p1.cpp | 175 struct NoDeref { in g() struct 176 NoDeref begin(); // expected-note {{selected 'begin' function}} in g() 177 NoDeref end(); in g() 179 bool operator!=(NoDeref &); in g() 182 for (auto u : NoDeref()) { // expected-error {{indirection requires pointer operand}} \ in g()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 576 DIExpression::NoDeref, -Offset, DIExpression::NoDeref); in moveStaticAllocasToUnsafeStack() 591 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, DIExpression::NoDeref, in moveStaticAllocasToUnsafeStack() 592 -Offset, DIExpression::NoDeref); in moveStaticAllocasToUnsafeStack() 682 replaceDbgDeclareForAlloca(AI, NewAI, DIB, DIExpression::NoDeref, 0, in moveDynamicAllocasToUnsafeStack() 683 DIExpression::NoDeref); in moveDynamicAllocasToUnsafeStack()
|
D | LiveDebugValues.cpp | 407 DIExpression::NoDeref, SpillOffset); in insertTransferDebugPair()
|
D | PrologEpilogInserter.cpp | 1075 DIExpression::NoDeref, Offset); in replaceFrameIndices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 155 replaceDbgDeclare(AI, NewBase, DII, DIB, DIExpression::NoDeref, 0, in TEST() 156 DIExpression::NoDeref); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 570 Expr = DIExpression::prepend(Expr, DIExpression::NoDeref, AddrDispShift, in replaceDebugValue() 571 DIExpression::NoDeref, in replaceDebugValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1811 replaceDbgDeclareForAlloca(AI, AI, DIB, DIExpression::NoDeref, 0, in InlineFunction() 1812 DIExpression::NoDeref); in InlineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2980 Desc.Offset, DIExpression::NoDeref); in processStaticAllocas()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2433 enum { NoDeref = false, WithDeref = true, WithStackValue = true };
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1289 Expr = DIExpression::prepend(Expr, DIExpression::NoDeref, in processDbgDeclares()
|
D | SelectionDAG.cpp | 7521 DIExpr = DIExpression::prepend(DIExpr, DIExpression::NoDeref, Offset, in salvageDebugInfo() 7522 DIExpression::NoDeref, in salvageDebugInfo()
|