Home
last modified time | relevance | path

Searched defs:CC (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp94 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
116 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
143 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
187 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
191 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint() local
198 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs()
208 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
214 void AMDGPUPALMetadata::setNumUsedSgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedSgprs()
224 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
[all …]
/third_party/boost/libs/fusion/test/sequence/
Dcopy.hpp39 struct CC { CC() {} CC(const BB&) {} }; in CC() function
Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() struct
/third_party/typescript/tests/baselines/reference/
DanyAssignabilityInInheritance.js75 class CC { baz: string } class
127 function CC() { class in CC
131 (function (CC) { argument
DenumAssignabilityInInheritance.js93 class CC { baz: string } class
153 function CC() { class in CC
157 (function (CC) { argument
DclassAbstractOverrideWithAbstract.js69 var CC = /** @class */ (function (_super) { class
71 function CC() { class in CC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition()
71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { in getSwappedCondition()
130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { in ARMVPTPredToString()
139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { in ARMVectorCondCodeFromString()
146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { in ARMCondCodeToString()
167 inline static unsigned ARMCondCodeFromString(StringRef CC) { in ARMCondCodeFromString()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
DMakefile2 CC = arm-himix410-linux-gcc macro
7 CC = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc macro
15 CC := $(COMPILER_DIR)/bin/clang macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
DMakefile2 CC = arm-himix410-linux-gcc macro
7 CC = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc macro
15 CC := $(COMPILER_DIR)/bin/clang macro
/third_party/unity/extras/fixture/test/
DMakefile1 CC = gcc macro
3 CC = clang macro
/third_party/cJSON/tests/unity/extras/fixture/test/
DMakefile1 CC = gcc macro
3 CC = clang macro
/third_party/unity/extras/memory/test/
DMakefile1 CC = gcc macro
3 CC = clang macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
DMakefile12 CC=arm-himix410-linux-gcc macro
14 CC=gcc macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
DMakefile12 CC=arm-himix410-linux-gcc macro
14 CC=gcc macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
DMakefile5 CC=arm-himix410-linux-gcc macro
7 CC=gcc macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
DMakefile5 CC=arm-himix410-linux-gcc macro
7 CC=gcc macro
/third_party/unity/test/
DMakefile1 CC = gcc macro
3 CC = clang macro
/third_party/cJSON/tests/unity/test/
DMakefile1 CC = gcc macro
3 CC = clang macro
/third_party/boost/libs/tuple/test/
Dtuple_test_bench.cpp36 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_explicit_legacy_pb.rb16 module CC module
/third_party/lz4/
DMakefile132 clangtest: CC = clang macro
171 gpptest gpptest32: CC = "$(CXX) -Wno-deprecated" macro
180 cxx17build : CC = "$(CXX) -Wno-deprecated" macro
/third_party/boost/libs/numeric/odeint/performance/SIMD/
DMakefile22 CC = icpc macro
/third_party/jerryscript/tools/unit-tests/
DMakefile15 CC=gcc macro
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/
DclassAbstractConstructorAssignability.ts10 var CC : typeof C = B; variable
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/untgz/
DMakefile1 CC=cc macro

12345678910>>...14