Home
last modified time | relevance | path

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

12345

/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_typeinfo.cc12 struct Root struct
24 struct Sub1 : public Root argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dgcinterface.d24 struct Root struct
26 void* proot;
27 alias proot this;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/
H A Dgcinterface.d24 struct Root struct
26 void* proot;
27 alias proot this;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.cpp16 SmallString<128> Root; in createReproducerDir() local
48 ReproducerUse::ReproducerUse(StringRef Root, std::error_code &EC) { in ReproducerUse()
63 Reproducer::createReproducer(ReproducerMode Mode, StringRef Root) { in createReproducer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp22 size_t PathPool::addFilePath(RootDirKind Root, in addFilePath()
72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h26 void *Root; // "DeltaTreeNode *" variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp73 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
104 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/netbsd-src/external/bsd/libfido2/dist/windows/
H A Dcygwin.ps122 $Root = "${Cygwin}\root" variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp43 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest()
48 std::unique_ptr<LoopNest> LoopNest::getLoopNest(Loop &Root, in getLoopNest()
181 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { in getMaxPerfectDepth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.cpp63 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
H A DInterpBlock.h127 DeadBlock *&Root; variable
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmdeferred.c78 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp46 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp230 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency()
314 MachineInstr &Root, MachineBasicBlock *MBB, in reduceRegisterPressure()
331 MachineBasicBlock *MBB, MachineInstr *Root, in improvesCriticalPathLen()
510 MachineBasicBlock *MBB, MachineInstr &Root, in verifyPatternOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileCollector.h133 const std::string Root; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp477 LLVM_NODISCARD Optional<Negator::Result> Negator::run(Value *Root) { in run()
489 LLVM_NODISCARD Value *Negator::Negate(bool LHSIsZero, Value *Root, in Negate()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbutils.c411 ACPI_PARSE_OBJECT *Root) in AcpiDbSecondPassParse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp31 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp202 Value *Root; member
345 Value *Root, *SubOp1; in tryToRecognizePopCount() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h54 RootDirKind Root; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp108 VPValue *Root = Worklist.front(); in genPredicateTree() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h143 DeclContext Root; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves()
465 Value *Root = matchAddReduction(*EE); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp19 void enumerateTokenSpans(const syntax::Tree *Root, ProcessTokensFn Callback) { in enumerateTokenSpans()

12345