Home
last modified time | relevance | path

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

/llvm-project/offload/plugins-nextgen/common/include/
H A DMemoryManager.h97 struct NodeTy { struct
104 NodeTy(size_t Size, void *Ptr) : Size(Size), Ptr(Ptr) {} in NodeTy() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h63 IDFCalculatorDetail::ChildrenGetterTy<NodeTy, IsPostDom>; in IDFCalculatorBase() argument
65 IDFCalculatorBase(DominatorTreeBase<NodeTy, IsPostDom> &DT) : DT(DT) {} in IDFCalculatorBase() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeVarargCheck.cpp70 QualType NodeTy = Node.getUnqualifiedType(); in AST_MATCHER() local
73 const ASTContext &Context) { in AST_MATCHER()
/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp187 EVT NodeTy = Node->getValueType(0); trySelect() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h390 using NodeTy = ExplodedNode; variable
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11254 auto NodeTy = LowerATOMIC_CMP_SWAP() local