Searched refs:CType (Results 1 – 20 of 20) sorted by relevance
72 typedef Tp const* CType; typedef82 typedef const Member (Class::*CType);93 typedef typename ThrowTypes::CType CType; in operator ()() typedef98 run_catch_tests<CType>(); in operator ()()106 typedef typename CatchTypes::CType CType; in run_catch_tests() typedef111 catch_pointer_test<ThrowTp, CType>(); in run_catch_tests()116 generate_tests_imp<ThrowTp, CType, level-1>()(); in run_catch_tests()
228 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 …]
253 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 …]
1913 typedef FieldOptions_CType CType; typedef1914 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()
389 optional CType ctype = 1 [default = STRING];390 enum CType { enum
396 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 …]
307 typedef bool CType; typedef309 CType trueResult() { return true; } in trueResult()310 bool notTrue(CType ct) { return !ct; } in notTrue()343 typedef bool CType; typedef345 CType trueResult() { return true; } in trueResult()346 bool notTrue(CType ct) { return !ct; } in notTrue()
8 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
33 #define CType sk_stroke_cap_t macro38 #define CType sk_stroke_join_t macro
308 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 …]
305 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;
3574 template <typename CType>3577 CType buffer[kNumElems]; in RunLoadStore()
44 unsigned int CType : 4; member
2148 typedef struct CType { struct2151 } CType; argument2170 CType type; /* type */2183 CType type; /* associated type */2356 static CType func_vt; /* current function return type (used by return2374 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 …]
146 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint() local147 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
2623 TargetLowering::ConstraintType CType = in ChooseConstraint() local2630 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()
6176 CType = TLI.getConstraintType(OpInfo.Codes[j]); in visitInlineAsm() local6177 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()
345 optional CType ctype = 1 [default = STRING];346 enum CType { enum
238 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, in testFieldDescriptor()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...