OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:External
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseAST.cpp
144
ExternalASTSource *
External
= S.getASTContext().getExternalSource();
145
if (
External
)
146
External
->StartTranslationUnit(Consumer);
/src/sys/external/bsd/acpica/dist/common/
dmextern.c
3
* Module Name: dmextern - Support for
External
() ASL statements
57
* It contains the code to create and emit any necessary
External
() ASL
66
* ObjectTypeKeyword. Used to generate typed
external
declarations
263
/* For
External
() statements, we do not want a leading '\' */
312
* DESCRIPTION: Add
external
files to global list
365
* DESCRIPTION: Clear the
external
file list
394
* DESCRIPTION: Process the optional
external
reference file.
397
*
External
(<Method namepath>, MethodObj, <ArgCount>)
400
*
External
(_SB_.PCI0.XHC_.PS0X, MethodObj, 4)
425
fprintf (stderr, "Could not open
external
reference file \"%s\"\n"
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
54
/// as
external
and non-exported values as internal. The ThinLTO backends
400
///
external
reference, and therefore cannot be internalized.
401
External
= -2u,
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h
63
/// Whether this header file info was supplied by an
external
source,
65
unsigned
External
: 1;
74
/// "resolved", meaning that it was loaded from the
external
source.
96
///
external
storage.
106
///
external
storage.
115
External
(false), isModuleHeader(false), isCompilingModuleHeader(false),
121
getControllingMacro(ExternalPreprocessorSource *
External
);
131
/// An
external
source of header file information, which may supply
140
/// \c
External
bit set. If the file entry is not known, return a
357
/// Set the
external
source of header information
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
ObjectLinkingLayer.cpp
335
SymbolNameSet Internal,
External
;
400
// Find internal and
external
named symbol dependencies.
414
for (auto &S : I->second.
External
)
448
for (auto &S : LocalNamedDepsItr->second.
External
)
513
// and
external
symbol names.
525
LocalNamedDeps.
External
.insert(ES.intern(Named->getName()));
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml
53
|
External
350
external
install_fatal_error_handler : (string -> unit) -> unit
352
external
reset_fatal_error_handler : unit -> unit
354
external
enable_pretty_stacktrace : unit -> unit
356
external
parse_command_line_options : ?overview:string -> string array -> unit
372
external
description : t -> string = "llvm_get_diagnostic_description"
373
external
severity : t -> DiagnosticSeverity.t
377
external
set_diagnostic_handler
382
external
create_context : unit -> llcontext = "llvm_create_context"
383
external
dispose_context : llcontext -> unit = "llvm_dispose_context
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp
78
/// Get the offset of the given field. The
external
source must provide
82
"Field does not have an
external
offset");
603
/// Whether the
external
AST source has provided a layout for this
689
ExternalLayout
External
;
1212
// Query the
external
layout to see if it provides an offset.
1216
HasExternalLayout =
External
.getExternalVBaseOffset(Base->Class, Offset);
1218
HasExternalLayout =
External
.getExternalNVBaseOffset(Base->Class, Offset);
1352
// If there is an
external
AST source, ask it for the various offsets.
1356
RD,
External
.Size,
External
.Align, External.FieldOffsets
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026