OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Imported
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
ImportedFunctionsInliningStatistics.h
9
// Generating inliner statistics for
imported
functions, mostly useful for
27
/// (1) Number of inlined
imported
functions,
28
/// (2) Number of
imported
functions inlined into importing module (indirect),
29
/// (3) Number of non
imported
functions inlined into importing module
32
/// all performed inlines on
imported
functions, but the second one only the
39
/// the edges starting from not
imported
function.
57
/// Number of inlines into non
imported
function (possibly indirect via
60
bool
Imported
= false;
/external/clang/lib/Serialization/
ASTReaderInternals.h
263
bool
Imported
;
/external/clang/unittests/Lex/
PPCallbacksTest.cpp
60
const Module *
Imported
) override {
69
this->
Imported
=
Imported
;
80
const Module*
Imported
;
/external/clang/lib/Lex/
Preprocessor.cpp
516
// #
imported
, it won't be re-entered.
786
Module *
Imported
= nullptr;
788
Imported
= TheModuleLoader.loadModule(ModuleImportLoc,
792
if (
Imported
)
793
makeModuleVisible(
Imported
, ModuleImportLoc);
796
Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath,
Imported
);
[
all
...]
PPDirectives.cpp
[
all
...]
/external/clang/lib/AST/
ASTImporter.cpp
[
all
...]
Completed in 446 milliseconds