Home
last modified time | relevance | path

Searched defs:Component (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DPath.h53 StringRef Component; ///< The current component. Not necessarily in Path. variable
80 StringRef Component; ///< The current component. Not necessarily in Path. variable
/minix3/minix/drivers/power/acpi/utilities/
H A Duttrack.c144 UINT32 Component, in AcpiUtAllocateAndTrack()
210 UINT32 Component, in AcpiUtAllocateZeroedAndTrack()
275 UINT32 Component, in AcpiUtFreeAndTrack()
404 UINT32 Component, in AcpiUtTrackAllocation()
505 UINT32 Component, in AcpiUtRemoveAllocation()
641 UINT32 Component, in AcpiUtDumpAllocations()
/minix3/minix/drivers/power/acpi/include/
H A Dacoutput.h275 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument
306 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument
314 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument
318 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument
453 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
/minix3/minix/drivers/power/acpi/namespace/
H A Dnsdump.c163 UINT32 Component) in AcpiNsDumpPathname()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp517 VTableComponent Component = Components[I]; in CreateVTableInitializer() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1176 const VTableComponent &Component = Components[I->first]; in ComputeThisAdjustments() local
1935 const VTableComponent &Component = Components[I]; in dumpLayout() local
3171 const VTableComponent &Component = Components[I]; in dumpLayout() local
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp486 const std::string &Component) { in EmitClangDiagsDefs()
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.cpp2138 static SmallString<128> getCompilerRT(const ToolChain &TC, StringRef Component, in getCompilerRT()
8196 for (const auto &Component : CompilerRTComponents) in ConstructJob() local
8208 for (const auto &Component : CompilerRTComponents) in ConstructJob() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7405 typedef Sema::OffsetOfComponent Component; in TransformOffsetOfExpr() typedef