OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_defines
(Results
1 - 7
of
7
) 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
349
StringSet::value_type &entry =
_defines
.GetOrCreateValue(className);
469
// string is owned by
_defines
511
StringSet::value_type &entry =
_defines
.GetOrCreateValue(Buffer);
531
StringSet::value_type &entry =
_defines
.GetOrCreateValue(name);
896
if (
_defines
.count(u->getKey())) continue;
/external/chromium_org/third_party/openssl/
import_from_android.sh
421
$(get_gyp_list "$ALL_PREFIXES"
_DEFINES
)
444
print_gyp_variable "openssl_${ARCH}
_defines
" \
/external/chromium_org/third_party/openssl/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
)
/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 908 milliseconds