Home
last modified time | relevance | path

Searched refs:NoDeref (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp175 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/
DSafeStack.cpp576 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()
DLiveDebugValues.cpp407 DIExpression::NoDeref, SpillOffset); in insertTransferDebugPair()
DPrologEpilogInserter.cpp1075 DIExpression::NoDeref, Offset); in replaceFrameIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp155 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/
DX86OptimizeLEAs.cpp570 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/
DInlineFunction.cpp1811 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/
DAddressSanitizer.cpp2980 Desc.Offset, DIExpression::NoDeref); in processStaticAllocas()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2433 enum { NoDeref = false, WithDeref = true, WithStackValue = true };
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1289 Expr = DIExpression::prepend(Expr, DIExpression::NoDeref, in processDbgDeclares()
DSelectionDAG.cpp7521 DIExpr = DIExpression::prepend(DIExpr, DIExpression::NoDeref, Offset, in salvageDebugInfo()
7522 DIExpression::NoDeref, in salvageDebugInfo()