Home
last modified time | relevance | path

Searched defs:NodeID (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp240 template <> struct NodeID<Expr> { static constexpr StringRef value = "expr"; }; struct
241 template <> struct NodeID<Decl> { static constexpr StringRef value = "decl"; }; argument
H A DPathDiagnostic.cpp437 llvm::FoldingSetNodeID NodeID; in addDiagnostic() local
458 llvm::FoldingSetNodeID NodeID; in getFiles() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h96 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {} in PDFileEntry()
104 const llvm::FoldingSetNodeID NodeID; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp716 for (unsigned NodeID : BV.set_bits()) in calculateCost() local
1035 for (unsigned NodeID : Entry.Cluster.set_bits()) { in setupWorkList() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1268 unsigned NodeID; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1515 int NodeID = 0; member