OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_defines
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/lto/
LTOModule.h
54
//
_defines
and _undefines only needed to disambiguate tentative definitions
55
StringSet
_defines
;
member in struct:LTOModule
LTOModule.cpp
364
StringSet::value_type &entry =
_defines
.GetOrCreateValue(className);
484
// string is owned by
_defines
526
StringSet::value_type &entry =
_defines
.GetOrCreateValue(Buffer);
546
StringSet::value_type &entry =
_defines
.GetOrCreateValue(name);
911
if (
_defines
.count(u->getKey())) continue;
/external/openssl/
check-all-builds.sh
291
local defines="$(var_value OPENSSL_${prefix}
_DEFINES
)"
import_openssl.sh
294
common_defines=$(var_sorted_value OPENSSL_${prefix}
_DEFINES
)
Completed in 63 milliseconds