/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp | 621 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local 635 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local 649 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local 658 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local 739 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLTypes.h | 46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SuffixTree.cpp | 259 auto *Leaf = cast<SuffixTreeLeafNode>(ChildPair.second); advance() local
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.cpp | 176 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 188 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local 259 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 156 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 467 auto *Leaf = *CurrentStack.begin(); in printStack() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 809 for (const auto &Leaf : Leafs) { toDebugT() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 319 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 1761 getRegClassFromLeaf(const TreePatternNode * Leaf) getRegClassFromLeaf() argument
|
H A D | CodeGenDAGPatterns.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 511 MachineInstr *Leaf = MRI->getUniqueVRegDef(RegA); in getFMAPatterns() local 800 MachineInstr *Leaf = nullptr; reassociateFMA() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 2108 Value *Leaf; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2945 TypeLeafKind Leaf; in visitFieldListMemberStream() local
|