Home
last modified time | relevance | path

Searched defs:Leaf (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp47 auto *Leaf = createLeaf(*Arena, *TM, tok::comma); TEST_P() local
60 auto *Leaf = createLeaf(*Arena, *TM, tok::coloncolon); TEST_P() local
70 auto *Leaf = createLeaf(*Arena, *TM, tok::kw_if); TEST_P() local
83 auto *Leaf = createLeaf(*Arena, *TM, tok::kw_nullptr); TEST_P() local
93 auto *Leaf = createLeaf(*Arena, *TM, tok::identifier, "a"); TEST_P() local
103 auto *Leaf = createLeaf(*Arena, *TM, tok::numeric_constant, "1"); TEST_P() local
[all...]
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp
/llvm-project/clang/test/SemaObjC/
H A Dsubclassing-restricted-attr.m5 @interface Leaf // okay interface
/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp50 auto *Leaf = new (A.getAllocator()) syntax::Leaf( in createLeaf() local
H A DTree.cpp35 syntax::Leaf::Leaf(syntax::TokenManager::Key K) : Node(NodeKind::Leaf), K(K) {} in Leaf() function in syntax::Leaf
/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp339 if (auto *Leaf = dyn_cast<SuffixTreeLeafNode>(ChildPair.second)) in advance() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp176 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
/llvm-project/mlir/lib/TableGen/
H A DPredicate.cpp91 Leaf, global() enumerator
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp94 uint8_t Leaf = Reader->peek(); in skipPadding() local
H A DCVTypeVisitor.cpp171 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp188 auto Leaf = LeafModuleMacros.find(II); updateModuleMacroInfo() local
259 ArrayRef<ModuleMacro*> Leaf; dumpMacroInfo() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp156 NewLeafBlock(CaseRange & Leaf,Value * Val,ConstantInt * LowerBound,ConstantInt * UpperBound,BasicBlock * OrigBlock,BasicBlock * Default) NewLeafBlock() argument
[all...]
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp467 auto *Leaf = *CurrentStack.begin(); in printStack() local
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp580 DirInfo *Leaf = nullptr; addParents() local
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp810 for (const auto &Leaf : Leafs) { in toDebugT() local
/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp319 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable
[all...]
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1793 getRegClassFromLeaf(const TreePatternNode & Leaf) getRegClassFromLeaf() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp511 if (IsReassociableFMA(*Leaf, AddOpIdx, MulOpIdx, true)) { in getFMAPatterns() local
813 MachineInstr *Leaf = nullptr; reassociateFMA() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc134 static TupleKindPtr Leaf("Leaf"); variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2206 Value *Leaf; global() member
[all...]
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2945 Record.Kind = Leaf; in visitFieldListMemberStream() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3747 checkOperandClass(CGIOperandList::OperandInfo & OI,Record * Leaf) checkOperandClass() argument