HomeSort by: relevance | last modified time | path
    Searched defs:Instance (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_console.cpp 39 ARMConsole::Instance(MemoryManager *&mem, ArchitectureOps arch)
  /src/sys/arch/hpc/stand/hpcboot/mips/
mips_console.cpp 48 MIPSConsole::Instance()
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCLabel.h 24 // The instance number of this Directional Local Label.
25 unsigned Instance;
30 MCLabel(unsigned instance) : Instance(instance) {}
36 /// Get the current instance of this Directional Local Label.
37 unsigned getInstance() const { return Instance; }
39 /// Increment the current instance of this Directional Local Label.
40 unsigned incInstance() { return ++Instance; }
  /src/sys/arch/hpc/stand/hpcboot/
boot.cpp 58 Boot::Instance()
132 _cons = Console::Instance();
console.cpp 41 Console::Instance()
hpcmenu.cpp 47 HpcMenuInterface::Instance()
  /src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 26 CompilerInstance &Instance;
30 PrintFunctionsConsumer(CompilerInstance &Instance,
32 : Instance(Instance), ParsedTemplates(ParsedTemplates) {}
45 if (!Instance.getLangOpts().DelayedTemplateParsing)
69 clang::Sema &sema = Instance.getSema();
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apdump.c 52 UINT32 Instance,
188 * Instance - ACPI table instance no. to be dumped
201 UINT32 Instance,
221 return (ApWriteToBinaryFile (Table, Instance));
258 UINT32 Instance = 0;
269 Status = AcpiOsGetTableByIndex (i, &Table, &Instance, &Address);
292 TableStatus = ApDumpTableBuffer (Table, Instance, Address);
374 UINT32 Instance;
407 for (Instance = 0; Instance < AP_MAX_ACPI_FILES; Instance++
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_api_internal.h 16 struct Benchmark::Instance {
37 std::vector<Benchmark::Instance>* benchmarks,
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
ModuleDepCollector.h 120 : Instance(I), MDC(MDC) {}
137 /// The compiler instance for the current translation unit.
138 CompilerInstance &Instance;
169 /// The compiler instance for the current translation unit.
170 CompilerInstance &Instance;
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osbsdtbl.c 77 UINT32 Instance,
116 UINT32 Instance;
188 * Instance - Multiple table support for SSDT/UEFI (0...n)
194 * AE_LIMIT: Instance is beyond valid limit
204 UINT32 Instance,
211 /* Instance is only valid for SSDT/UEFI tables */
213 if (Instance &&
265 Status = OslGetTableViaRoot (Signature, Instance, Table, Address);
281 * Instance - Where a pointer to the table instance no. i
    [all...]
oslinuxtbl.c 61 UINT32 Instance;
76 UINT32 *Instance);
81 UINT32 Instance);
120 UINT32 Instance,
131 UINT32 Instance,
285 * Instance - Multiple table support for SSDT/UEFI (0...n)
291 * AE_LIMIT: Instance is beyond valid limit
301 UINT32 Instance,
322 Status = OslGetBiosTable (Signature, Instance, Table, Address);
329 Instance, Table, Address)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 39 CompilerInstance *Instance;
63 /// \param CI - The current compiler instance, provided as a convenience, see
90 /// compiler instance.
116 /// @name Compiler Instance Access
120 assert(Instance && "Compiler instance not registered!");
121 return *Instance;
124 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; }
206 /// Prepare the action to execute on the given compiler instance.
216 /// \param CI - The compiler instance this action is being run from. Th
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp 21 CompilerInstance &Instance;
69 !Instance.getLangOpts().GNUInline)
119 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input)
233 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input)
239 InterfaceStubFunctionsConsumer(CompilerInstance &Instance, StringRef InFile,
241 : Instance(Instance), InFile(InFile), Format(Format) {}
269 auto OS = Instance.createDefaultOutputFile(/*Binary=*/false, InFile, "ifs");
273 if (Instance.getLangOpts().DelayedTemplateParsing) {
274 clang::Sema &S = Instance.getSema()
    [all...]
PrecompiledPreamble.cpp 146 // A static instance to be used by all clients.
170 static TemporaryFiles Instance;
171 return Instance;
356 // Create the compiler instance to use for building the precompiled preamble.
367 // Create the target instance.
  /src/sbin/efi/
devpath4.c 340 uint16_t Instance;
352 p->StartingAddress, p->EndingAddress, p->Instance);
356 p->StartingAddress, p->EndingAddress, p->Instance,
364 DEVPATH_FMT(Instance: 0x%08x\n)
369 p->Instance,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 202 SmallVector<ObjCMethodDecl *, 2> Instance;
ASTWriter.cpp 2499 // instance, a cross-top-level-module 'conflict' declaration will hit this.
3000 ObjCMethodList Instance, Factory;
3018 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3053 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3064 unsigned InstanceBits = Methods.Instance.getBits();
3067 Methods.Instance.hasMoreThanOneDecl();
3080 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3097 /// The method pool contains both instance and factory methods, stored
3125 Data.Instance = F->second.first;
3133 for (ObjCMethodList *M = &Data.Instance;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 267 // We only ever need one instance of TrueMatcherImpl, so we create a static
268 // instance and reuse it to reduce the overhead of the matcher and increase
270 static const llvm::IntrusiveRefCntPtr<TrueMatcherImpl> Instance =
272 return DynTypedMatcher(NodeKind, NodeKind, Instance);
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp 55 Instance,
64 IO.enumCase(MK, "Instance", MethodKind::Instance);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 318 unsigned Instance) {
319 MCSymbol *&Sym = LocalSymbols[std::make_pair(LocalLabelVal, Instance)];
326 unsigned Instance = NextInstance(LocalLabelVal);
327 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);
332 unsigned Instance = GetInstance(LocalLabelVal);
334 ++Instance;
335 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
RPCUtils.h 634 // Create an error instance representing an abandoned response.
785 MemberFnWrapper(ClassT &Instance, MethodT Method)
786 : Instance(Instance), Method(Method) {}
788 return (Instance.*Method)(std::move(Args)...);
792 ClassT &Instance;
979 /// Construct an RPC instance on a channel.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 547 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
925 /// "initWithString" instance method on the object returned from
929 /// 1. Send to an object instance.
931 /// 3. Send to the superclass instance of the current class.
1090 /// The receiver is an object instance.
1091 Instance,
1096 /// The receiver is the instance of the superclass object.
1114 /// \param IsInstanceSuper Whether this is an instance "super"
1172 /// Create an instance message send.
1236 /// Determine whether this is an instance message to either
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 1254 /// Matches any instance of the given NodeType.
1946 static llvm::ManagedStatic<Wrapper> Instance;
1947 return Instance->M;
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 252 UINT8 Instance;

Completed in 34 milliseconds

1 2