Searched refs:CType (Results 1 - 19 of 19) sorted by relevance

/external/skia/src/c/
H A Dsk_c_from_to.h8 static bool find_sk(CType from, SKType* to) {
20 static bool find_c(SKType from, CType* to) {
32 #undef CType macro
H A Dsk_paint.cpp33 #define CType sk_stroke_cap_t macro
38 #define CType sk_stroke_join_t macro
/external/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp72 typedef Tp const* CType; typedef in struct:TestTypes
82 typedef const Member (Class::*CType);
93 typedef typename ThrowTypes::CType CType; typedef
98 run_catch_tests<CType>();
106 typedef typename CatchTypes::CType CType; typedef
111 catch_pointer_test<ThrowTp, CType>();
116 generate_tests_imp<ThrowTp, CType, level-1>()();
/external/v8/test/cctest/compiler/
H A Dtest-run-wasm-machops.cc43 template <typename CType>
46 CType buffer[kNumElems];
47 CType new_buffer[kNumElems];
51 raw[i] = static_cast<byte>((i + sizeof(CType)) ^ 0xAA);
52 new_raw[i] = static_cast<byte>((i + sizeof(CType)) ^ 0xAA);
59 reinterpret_cast<intptr_t>(raw + sizeof(CType)),
89 template <typename CType>
93 CType buffer[kNumElems];
94 CType new_buffer[kNumElems + 1];
H A Dcodegen-tester.h309 template <typename CType, bool use_result_buffer>
318 p0(static_cast<CType>(0)),
319 p1(static_cast<CType>(0)),
320 result(static_cast<CType>(0)) {}
326 CType call(CType a0, CType a1) {
333 return static_cast<CType>(T->Call());
360 CType p0;
361 CType p
[all...]
H A Dtest-run-native-calls.cc308 template <typename CType>
329 MachineType t = MachineTypeForC<CType>();
354 Node* offset = raw.Int32Constant(index * sizeof(CType));
355 return raw.Load(MachineTypeForC<CType>(), base, offset);
361 return raw.Store(MachineTypeForC<CType>().representation(), base, offset,
372 CType input[kMaxParamCount];
373 CType output;
426 template <typename CType>
431 CType (*compute)(CallDescriptor*, CType* input
[all...]
H A Dtest-run-load-store.cc165 template <typename CType>
168 CType buffer[kNumElems];
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h228 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
233 RepeatedField<CType>* values) {
234 CType value;
235 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
239 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
246 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
251 RepeatedField<CType>* values) {
253 CType value;
254 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
281 buffer = ReadPrimitiveFromArray<CType, DeclaredTyp
[all...]
H A Dwire_format_lite.h253 template <typename CType, enum FieldType DeclaredType>
254 static inline bool ReadPrimitive(input, CType* value) INL;
259 template <typename CType, enum FieldType DeclaredType>
263 RepeatedField<CType>* value) INL;
267 template <typename CType, enum FieldType DeclaredType>
271 RepeatedField<CType>* value);
278 template <typename CType, enum FieldType DeclaredType>
280 CType* value) INL;
285 template <typename CType, enum FieldType DeclaredType>
287 RepeatedField<CType>* valu
[all...]
H A Ddescriptor.pb.h1913 typedef FieldOptions_CType CType; typedef in class:google::protobuf::FieldOptions
1914 static const CType STRING = FieldOptions_CType_STRING;
1915 static const CType CORD = FieldOptions_CType_CORD;
1916 static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE;
1920 static const CType CType_MIN =
1922 static const CType CType_MAX =
1930 static inline const ::std::string& CType_Name(CType value) {
1934 CType* value) {
1940 // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
5587 // optional .google.protobuf.FieldOptions.CType ctyp
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType C
[all...]
H A DThreadSafetyTraverse.h307 typedef bool CType; typedef in class:clang::threadSafety::til::EqualsComparator
309 CType trueResult() { return true; }
310 bool notTrue(CType ct) { return !ct; }
343 typedef bool CType; typedef in class:clang::threadSafety::til::MatchComparator
345 CType trueResult() { return true; }
346 bool notTrue(CType ct) { return !ct; }
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c44 unsigned int CType : 4; member in struct:_Key::__anon2072
/external/valgrind/perf/
H A Dtinycc.c2150 typedef struct CType {
2153 } CType;
2172 CType type; /* type */
2185 CType type; /* associated type */
2358 static CType func_vt; /* current function return type (used by return
2376 static CType char_pointer_type, func_old_type, int_type;
5402 static void parse_expr_type(CType *type);
5403 static void expr_type(CType *type);
5404 static void unary_type(CType *type);
5412 static void decl_initializer(CType *typ
2148 typedef struct CType { struct
2151 } CType; typedef in typeref:struct:CType
[all...]
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp146 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); local
147 if (CType == TargetLowering::C_Memory)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2623 TargetLowering::ConstraintType CType = local
2630 if (CType == TargetLowering::C_Other && Op.getNode()) {
2637 BestType = CType;
2645 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
2649 int Generality = getConstraintGenerality(CType);
2651 BestType = CType;
H A DSelectionDAGBuilder.cpp6176 CType = TLI.getConstraintType(OpInfo.Codes[j]);
6177 if (CType == TargetLowering::C_Memory) {
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java238 assertEquals(DescriptorProtos.FieldOptions.CType.CORD,
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 762 milliseconds