Home
last modified time | relevance | path

Searched refs:UPPER_CASE (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/
D.clang-tidy4 value: UPPER_CASE
/external/llvm-project/polly/cmake/
DCMakeLists.txt63 IMPORTED_LOCATION$<$<NOT:$<CONFIG:>>:_$<UPPER_CASE:$<CONFIG>>> $<TARGET_FILE:${tgt}>)
114 …IMPORTED_LOCATION$<$<NOT:$<CONFIG:>>:_$<UPPER_CASE:$<CONFIG>>> \${CMAKE_CURRENT_LIST_DIR}/${tgt_pa…
/external/pigweed/
D.pylintrc281 const-naming-style=UPPER_CASE
/external/oss-fuzz/
D.pylintrc228 const-naming-style=UPPER_CASE
/external/pcre/dist2/src/
Dpcre2_compile.c507 #define UPPER_CASE(c) (c-32) macro
560 #define UPPER_CASE(c) (c+64) macro
564 #define UPPER_CASE(c) (c-32) macro
1990 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst412 urllib will prefer lower_case proxy environment variables over UPPER_CASE or
/external/python/cpython3/Doc/library/
Denum.rst25 UPPER_CASE names for enum members, and will be using that style
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst712 UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen.
D3.6.0a1.rst1134 UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-identifier-naming.rst15 - ``UPPER_CASE``,