Home
last modified time | relevance | path

Searched refs:CType (Results 1 – 20 of 20) sorted by relevance

/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp72 typedef Tp const* CType; typedef
82 typedef const Member (Class::*CType);
93 typedef typename ThrowTypes::CType CType; in operator ()() typedef
98 run_catch_tests<CType>(); in operator ()()
106 typedef typename CatchTypes::CType CType; in run_catch_tests() typedef
111 catch_pointer_test<ThrowTp, CType>(); in run_catch_tests()
116 generate_tests_imp<ThrowTp, CType, level-1>()(); in run_catch_tests()
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h228 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
233 RepeatedField<CType>* values) { in ReadRepeatedPrimitive()
234 CType value; in ReadRepeatedPrimitive()
235 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false; in ReadRepeatedPrimitive()
239 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false; in ReadRepeatedPrimitive()
246 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
251 RepeatedField<CType>* values) { in ReadRepeatedFixedSizePrimitive()
253 CType value; in ReadRepeatedFixedSizePrimitive()
254 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) in ReadRepeatedFixedSizePrimitive()
281 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value); in ReadRepeatedFixedSizePrimitive()
[all …]
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>* value) INL;
[all …]
Ddescriptor.pb.h1913 typedef FieldOptions_CType CType; typedef
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) { in CType_Name()
1934 CType* value) { in CType_Parse()
Ddescriptor.proto389 optional CType ctype = 1 [default = STRING];
390 enum CType { enum
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h396 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
457 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
485 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()
541 typename C::CType compare(const Literal* E, C& Cmp) const { in compare()
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare()
686 typename C::CType compare(const Function* E, C& Cmp) const { in compare()
687 typename C::CType Ct = in compare()
742 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
744 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare()
[all …]
DThreadSafetyTraverse.h307 typedef bool CType; typedef
309 CType trueResult() { return true; } in trueResult()
310 bool notTrue(CType ct) { return !ct; } in notTrue()
343 typedef bool CType; typedef
345 CType trueResult() { return true; } in trueResult()
346 bool notTrue(CType ct) { return !ct; } in notTrue()
/external/skia/src/c/
Dsk_c_from_to.h8 static bool find_sk(CType from, SKType* to) { in find_sk()
20 static bool find_c(SKType from, CType* to) { in find_c()
32 #undef CType
Dsk_paint.cpp33 #define CType sk_stroke_cap_t macro
38 #define CType sk_stroke_join_t macro
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc308 template <typename CType>
329 MachineType t = MachineTypeForC<CType>(); in MachTypes()
354 Node* offset = raw.Int32Constant(index * sizeof(CType)); in LoadInput()
355 return raw.Load(MachineTypeForC<CType>(), base, offset); in LoadInput()
361 return raw.Store(MachineTypeForC<CType>().representation(), base, offset, in StoreOutput()
372 CType input[kMaxParamCount];
373 CType output;
426 template <typename CType>
431 CType (*compute)(CallDescriptor*, CType* inputs), in Run()
448 ArgsBuffer<CType> io(num_params, seed); in Run()
[all …]
Dcodegen-tester.h305 template <typename CType, bool use_result_buffer>
314 p0(static_cast<CType>(0)), in BinopTester()
315 p1(static_cast<CType>(0)), in BinopTester()
316 result(static_cast<CType>(0)) {} in BinopTester()
322 CType call(CType a0, CType a1) { in call()
329 return static_cast<CType>(T->Call()); in call()
356 CType p0;
357 CType p1;
358 CType result;
Dtest-run-machops.cc3574 template <typename CType>
3577 CType buffer[kNumElems]; in RunLoadStore()
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c44 unsigned int CType : 4; member
/external/valgrind/perf/
Dtinycc.c2148 typedef struct CType { struct
2151 } CType; argument
2170 CType type; /* type */
2183 CType type; /* associated type */
2356 static CType func_vt; /* current function return type (used by return
2374 static CType char_pointer_type, func_old_type, int_type;
5400 static void parse_expr_type(CType *type);
5401 static void expr_type(CType *type);
5402 static void unary_type(CType *type);
5410 static void decl_initializer(CType *type, Section *sec, unsigned long c,
[all …]
/external/llvm/lib/CodeGen/
DAnalysis.cpp146 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint() local
147 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2623 TargetLowering::ConstraintType CType = in ChooseConstraint() local
2630 if (CType == TargetLowering::C_Other && Op.getNode()) { in ChooseConstraint()
2637 BestType = CType; in ChooseConstraint()
2645 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
2649 int Generality = getConstraintGenerality(CType); in ChooseConstraint()
2651 BestType = CType; in ChooseConstraint()
DSelectionDAGBuilder.cpp6176 CType = TLI.getConstraintType(OpInfo.Codes[j]); in visitInlineAsm() local
6177 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto345 optional CType ctype = 1 [default = STRING];
346 enum CType { enum
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java238 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, in testFieldDescriptor()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...