Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated()
36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp154 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation()
162 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation()
184 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()
H A DThreadSafety.cpp397 const NamedDecl *Dec; member
479 const NamedDecl *Dec = VarDefinitions[i].Dec; in dumpVarDefinitionName() local
659 const NamedDecl *Dec = P.first; in intersectContexts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp159 const void *Dec) { in DecodeMEMrs9()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp372 MachineInstr *Dec = nullptr; member
1692 for (auto *Dec : Decs) in RevertNonLoops() local
H A DARMISelDAGToDAG.cpp3882 SDNode *Dec = in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp525 Expected<Decompressor> Dec = in handleCompressedSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1489 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1)); in detectPopcountIdiom() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15035 static bool getCombineLoadStoreParts(SDNode *N, unsigned Inc, unsigned Dec, in getCombineLoadStoreParts()