/llvm-project/clang/unittests/Tooling/Syntax/ |
H A D | SynthesisTest.cpp | 47 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 D | CodeViewYAMLTypes.h | 46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
|
/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp |
|
/llvm-project/clang/test/SemaObjC/ |
H A D | subclassing-restricted-attr.m | 5 @interface Leaf // okay interface
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Synthesis.cpp | 50 auto *Leaf = new (A.getAllocator()) syntax::Leaf( in createLeaf() local
|
H A D | Tree.cpp | 35 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 D | SuffixTree.cpp | 339 if (auto *Leaf = dyn_cast<SuffixTreeLeafNode>(ChildPair.second)) in advance() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.cpp | 176 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Predicate.cpp | 91 Leaf, global() enumerator
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 94 uint8_t Leaf = Reader->peek(); in skipPadding() local
|
H A D | CVTypeVisitor.cpp | 171 TypeLeafKind Leaf; in visitFieldListMemberStream() local
|
/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 188 auto Leaf = LeafModuleMacros.find(II); updateModuleMacroInfo() local 259 ArrayRef<ModuleMacro*> Leaf; dumpMacroInfo() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 156 NewLeafBlock(CaseRange & Leaf,Value * Val,ConstantInt * LowerBound,ConstantInt * UpperBound,BasicBlock * OrigBlock,BasicBlock * Default) NewLeafBlock() argument [all...] |
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 467 auto *Leaf = *CurrentStack.begin(); in printStack() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | GlobalCompilationDatabase.cpp | 580 DirInfo *Leaf = nullptr; addParents() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 810 for (const auto &Leaf : Leafs) { in toDebugT() local
|
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 319 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 1793 getRegClassFromLeaf(const TreePatternNode & Leaf) getRegClassFromLeaf() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 511 if (IsReassociableFMA(*Leaf, AddOpIdx, MulOpIdx, true)) { in getFMAPatterns() local 813 MachineInstr *Leaf = nullptr; reassociateFMA() local [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 134 static TupleKindPtr Leaf("Leaf"); variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 2206 Value *Leaf; global() member [all...] |
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2945 Record.Kind = Leaf; in visitFieldListMemberStream() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 3747 checkOperandClass(CGIOperandList::OperandInfo & OI,Record * Leaf) checkOperandClass() argument
|