OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_defines
(Results
1 - 3
of
3
) sorted by null
/external/skia/site/user/quick/
ios.md
21
and you'll lose the effect of the GYP\
_DEFINES
. To avoid this do:
27
Use GYP\
_DEFINES
to tell gyp\_skia how to build for iOS. Here's a bash shell
/external/llvm/include/llvm/LTO/
LTOModule.h
57
//
_defines
and _undefines only needed to disambiguate tentative definitions
58
StringSet<>
_defines
;
member in struct:llvm::LTOModule
/external/llvm/lib/LTO/
LTOModule.cpp
301
auto Iter =
_defines
.insert(className).first;
471
auto Iter =
_defines
.insert(Name).first;
490
auto IterBool =
_defines
.insert(name);
631
if (
_defines
.count(u->getKey())) continue;
Completed in 2437 milliseconds