Home
last modified time | relevance | path

Searched refs:_FLAGS (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/openmp/cmake/DetectTestCompiler/
DCMakeLists.txt11 set(information "${information}\\;${${lang}_FLAGS}")
35 set(${lang}_FLAGS "-fno-experimental-isel ${${lang}_FLAGS}")
/external/catch2/CMake/
DFindcodecov.cmake81 if (NOT COVERAGE_${COMPILER}_FLAGS)
116 set(COVERAGE_${COMPILER}_FLAGS "${FLAG}"
118 mark_as_advanced(COVERAGE_${COMPILER}_FLAGS)
223 elseif (NOT DEFINED "COVERAGE_${TARGET_COMPILER}_FLAGS")
232 PROPERTY COMPILE_FLAGS " ${COVERAGE_${TARGET_COMPILER}_FLAGS}")
234 PROPERTY LINK_FLAGS " ${COVERAGE_${TARGET_COMPILER}_FLAGS}")
/external/llvm-project/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake231 set(${type}_flag -DCMAKE_${type}_FLAGS=-resource-dir=${resource_dir})
235 if(arg MATCHES "^-DCMAKE_(${flag_string})_FLAGS")
237 if(arg MATCHES "^-DCMAKE_${type}_FLAGS")
238 string(REGEX REPLACE "^-DCMAKE_${type}_FLAGS=(.*)$" "\\1" flag_value "${arg}")
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py39 _FLAGS = None variable in AATAction
46 flags = [f for f in self._FLAGS if self.__dict__[f]]
57 assert flag in self._FLAGS, "unsupported flag %s" % flag
64 _FLAGS = ["MarkFirst", "DontAdvance", "MarkLast"] variable in RearrangementMorphAction
146 _FLAGS = ["SetMark", "DontAdvance"] variable in ContextualMorphAction
228 _FLAGS = ["SetComponent", "DontAdvance"] variable in LigatureMorphAction
367 _FLAGS = ["SetMark", "DontAdvance", variable in InsertionMorphAction
373 for flag in self._FLAGS:
/external/compiler-rt/lib/sanitizer_common/
DCMakeLists.txt147 # CMAKE_C*_FLAGS and re-add as a source property to all the non-.S files).
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake1 # On Windows, CMAKE_*_FLAGS are built for MSVC but we use the GCC clang.exe,
/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake1 # On Windows, CMAKE_*_FLAGS are built for MSVC but we use the GCC clang.exe,
/external/libaom/libaom/
DREADME.md300 - AOM\_EXTRA\_C\_FLAGS
301 - AOM\_EXTRA\_CXX\_FLAGS
302 - AOM\_EXTRA\_EXE\_LINKER\_FLAGS
/external/libaom/libaom/build/cmake/
Dcompiler_flags.cmake340 # Appends flags in $AOM_EXTRA_<TYPE>_FLAGS variables to the flags used at build
/external/mesa3d/src/imgui/
Dimgui_internal.h1521 …fine IMGUI_TEST_ENGINE_ITEM_INFO(_ID, _LABEL, _FLAGS) ImGuiTestEngineHook_ItemInfo(&g, _ID, _LABE… argument
1523 #define IMGUI_TEST_ENGINE_ITEM_INFO(_ID, _LABEL, _FLAGS) do { } while (0) argument
/external/llvm-project/llvm/docs/
DCMakePrimer.rst163 CMAKE_${LANGUAGE}_FLAGS and CMAKE_${LANGUAGE}_FLAGS_${CMAKE_BUILD_TYPE}.
/external/expat/
DCMakeLists.txt177 …D_ERROR "Configuration -DEXPAT_CHAR_TYPE=wchar_t requires -DCMAKE_{C,CXX}_FLAGS=-fshort-wchar (whi…
/external/llvm/docs/
DCMakePrimer.rst190 CMAKE_${LANGUAGE}_FLAGS and CMAKE_${LANGUAGE}_FLAGS_${CMAKE_BUILD_TYPE}.