/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/ |
H A D | test_typeinfo.cc | 12 struct Root struct 24 struct Sub1 : public Root argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/ |
H A D | gcinterface.d | 24 struct Root struct 26 void* proot; 27 alias proot this;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/ |
H A D | gcinterface.d | 24 struct Root struct 26 void* proot; 27 alias proot this;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | Reproducer.cpp | 16 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 D | SerializablePathCollection.cpp | 22 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 D | DeltaTree.h | 26 void *Root; // "DeltaTreeNode *" variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 73 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate() 104 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
|
/netbsd-src/external/bsd/libfido2/dist/windows/ |
H A D | cygwin.ps1 | 22 $Root = "${Cygwin}\root" variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 43 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 D | InterpBlock.cpp | 63 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
|
H A D | InterpBlock.h | 127 DeadBlock *&Root; variable
|
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmdeferred.c | 78 ACPI_PARSE_OBJECT *Root) in AcpiDmParseDeferredOps()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelector.cpp | 46 const MachineOperand &Root, const MachineRegisterInfo &MRI) const { in isBaseWithConstantOffset() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 230 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 D | FileCollector.h | 133 const std::string Root; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 477 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 D | dbutils.c | 411 ACPI_PARSE_OBJECT *Root) in AcpiDbSecondPassParse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 31 auto Root = Index.calculateCallGraphRoot(); in initializeCounts() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 202 Value *Root; member 345 Value *Root, *SubOp1; in tryToRecognizePopCount() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 54 RootDirKind Root; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanPredicator.cpp | 108 VPValue *Root = Worklist.front(); in genPredicateTree() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h | 143 DeclContext Root; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 378 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 D | ComputeReplacements.cpp | 19 void enumerateTokenSpans(const syntax::Tree *Root, ProcessTokensFn Callback) { in enumerateTokenSpans()
|