Searched refs:External (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmextern.c3 * Module Name: dmextern - Support for External() ASL statements
57 * It contains the code to create and emit any necessary External() ASL
263 /* For External() statements, we do not want a leading '\' */
397 * External (<Method namepath>, MethodObj, <ArgCount>)
400 * External (_SB_.PCI0.XHC_.PS0X, MethodObj, 4)
435 Token = strtok (AslGbl_StringBuffer, METHOD_SEPARATORS); /* "External" */
441 if (strcmp (Token, "External"))
528 * will in turn be later emitted as an External() declaration
602 /* Create the new External() declaration node */
629 * DESCRIPTION: Get the External an
1155 ACPI_EXTERNAL_LIST *External = AcpiGbl_ExternalList; local
1193 ACPI_EXTERNAL_LIST *External = AcpiGbl_ExternalList; local
[all...]
H A Ddmtables.c147 /* Reset globals for External statements */
368 * External - If this is an external table
381 BOOLEAN External)
484 if (External)
377 AdParseTable( ACPI_TABLE_HEADER *Table, ACPI_OWNER_ID *OwnerId, BOOLEAN LoadTable, BOOLEAN External) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp144 ExternalASTSource *External = S.getASTContext().getExternalSource(); local
145 if (External)
146 External->StartTranslationUnit(Consumer);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h49 template<class SetType, bool External> // Non-external set
260 bool External = false>
261 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
262 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V)
263 : df_iterator<Inverse<T>, SetTy, External>(V) {}
H A DPostOrderIterator.h34 // the External=true version uses a reference to an external set.
57 template<class SetType, bool External>
216 bool External = false>
217 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External> {
218 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) :
219 po_iterator<Inverse<T>, SetType, External> (V) {}
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dbug-1825.s36 stab external,pc ; External 16-bit PCREL
H A Dmalis.s229 ;; Section 8.2.12.10 External Symbol Definition - xdef
234 ;; Section 8.2.12.11 External Symbol Reference - xref
H A Dbug-1825.d97 stab external,pc ; External 16\-bit PCREL
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-restrict.S282 .asciz "main" # External Name
284 .asciz "f" # External Name
294 .asciz "int" # External Name
296 .asciz "char" # External Name
H A Ddw2-single-line-discriminators.S260 .asciz "main" # External Name
262 .asciz "x" # External Name
274 .asciz "int" # External Name
H A Dfission-multi-cu.S338 .asciz "func" # External Name
347 .asciz "main" # External Name
357 .asciz "int" # External Name
366 .asciz "int" # External Name
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-restrict.S282 .asciz "main" # External Name
284 .asciz "f" # External Name
294 .asciz "int" # External Name
296 .asciz "char" # External Name
H A Ddw2-single-line-discriminators.S260 .asciz "main" # External Name
262 .asciz "x" # External Name
274 .asciz "int" # External Name
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp61 HeaderFileInfo::getControllingMacro(ExternalPreprocessorSource *External) { argument
64 assert(External && "We must have an external source if we have a "
66 External->updateOutOfDateIdentifier(
72 if (!ControllingMacroID || !External)
75 ControllingMacro = External->GetIdentifier(ControllingMacroID);
1160 assert(OtherHFI.External && "expected to merge external HFI");
1173 HFI.External = (!HFI.IsValid || HFI.External);
1193 if (ExternalHFI.External)
1201 HFI->External
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h65 unsigned External : 1; member in struct:clang::HeaderFileInfo
115 External(false), isModuleHeader(false), isCompilingModuleHeader(false),
121 getControllingMacro(ExternalPreprocessorSource *External);
140 /// \c External bit set. If the file entry is not known, return a
713 /// info (where \p External is true).
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp689 ExternalLayout External; member in class:__anon335::ItaniumRecordLayoutBuilder
1216 HasExternalLayout = External.getExternalVBaseOffset(Base->Class, Offset);
1218 HasExternalLayout = External.getExternalNVBaseOffset(Base->Class, Offset);
1356 RD, External.Size, External.Align, External.FieldOffsets,
1357 External.BaseOffsets, External.VirtualBaseOffsets);
1361 if (External.Align > 0) {
1362 Alignment = Context.toCharUnitsFromBits(External
2592 ExternalLayout External; member in struct:__anon336::MicrosoftRecordLayoutBuilder
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp335 SymbolNameSet Internal, External; member in struct:llvm::orc::LocalSymbolNamedDependencies
414 for (auto &S : I->second.External)
448 for (auto &S : LocalNamedDepsItr->second.External)
525 LocalNamedDeps.External.insert(ES.intern(Named->getName()));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h401 External = -2u, member in struct:llvm::lto::LTO::GlobalResolution
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.in28 # External modules
463 External Dependencies
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp574 GlobalRes.Partition = GlobalResolution::External;
1110 R.second.Partition != GlobalResolution::External)
1468 if (Res.second.Partition != GlobalResolution::External ||
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpmath-sf.S28 ; External Functions:
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpmath-sf.S28 ; External Functions:
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A Dindex.d137 $(LEADINGROW External library bindings)
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.h289 External (GPE2, DeviceObj)
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacdisasm.h1423 BOOLEAN External);

Completed in 251 milliseconds

12