Home
last modified time | relevance | path

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

12

/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp74 typedef Tp const* CType; typedef
84 typedef const Member (Class::*CType);
95 typedef typename ThrowTypes::CType CType; in operator ()() typedef
100 run_catch_tests<CType>(); in operator ()()
108 typedef typename CatchTypes::CType CType; in run_catch_tests() typedef
113 catch_pointer_test<ThrowTp, CType>(); in run_catch_tests()
118 generate_tests_imp<ThrowTp, CType, level-1>()(); in run_catch_tests()
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h230 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
235 RepeatedField<CType>* values) { in ReadRepeatedPrimitive()
236 CType value; in ReadRepeatedPrimitive()
237 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false; in ReadRepeatedPrimitive()
241 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false; in ReadRepeatedPrimitive()
248 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
253 RepeatedField<CType>* values) { in ReadRepeatedFixedSizePrimitive()
255 CType value; in ReadRepeatedFixedSizePrimitive()
256 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) in ReadRepeatedFixedSizePrimitive()
283 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value); in ReadRepeatedFixedSizePrimitive()
[all …]
Dwire_format_lite.h253 template <typename CType, enum FieldType DeclaredType> INL
254 static bool ReadPrimitive(input, CType* value);
259 template <typename CType, enum FieldType DeclaredType> INL
263 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
271 RepeatedField<CType>* value);
278 template <typename CType, enum FieldType DeclaredType> INL
279 static const uint8* ReadPrimitiveFromArray(const uint8* buffer, CType* value);
284 template <typename CType, enum FieldType DeclaredType> INL
285 static bool ReadPackedPrimitive(input, RepeatedField<CType>* value);
[all …]
Dmap_type_handler.h105 #define TYPE_TRAITS(FieldType, CType, WireFormatType, IsMessage, IsEnum) \
111 typedef typename MapIf<kIsMessage, Type*, CType>::type TypeOnMemory; \
Ddescriptor.pb.h2314 typedef FieldOptions_CType CType; typedef
2315 static const CType STRING =
2317 static const CType CORD =
2319 static const CType STRING_PIECE =
2324 static const CType CType_MIN =
2326 static const CType CType_MAX =
2334 static inline const ::std::string& CType_Name(CType value) { in CType_Name()
2338 CType* value) { in CType_Parse()
Ddescriptor.proto456 optional CType ctype = 1 [default = STRING];
457 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.cpp36 #define CType sk_stroke_cap_t macro
41 #define CType sk_stroke_join_t macro
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c44 unsigned int CType : 4; member
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp134 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint() local
135 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
/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/libcxx/src/experimental/filesystem/
Doperations.cpp507 template <class CType, class ChronoType>
508 bool checked_set(CType* out, ChronoType time) { in checked_set()
509 using Lim = numeric_limits<CType>; in checked_set()
512 *out = static_cast<CType>(time); in checked_set()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h252 FieldOptions::CType EffectiveStringCType(const FieldDescriptor* field);
Dcpp_helpers.cc593 FieldOptions::CType EffectiveStringCType(const FieldDescriptor* field) { in EffectiveStringCType()
/external/llvm/lib/CodeGen/
DAnalysis.cpp145 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint() local
146 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3103 TargetLowering::ConstraintType CType = in ChooseConstraint() local
3110 if (CType == TargetLowering::C_Other && Op.getNode()) { in ChooseConstraint()
3117 BestType = CType; in ChooseConstraint()
3125 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
3129 int Generality = getConstraintGenerality(CType); in ChooseConstraint()
3131 BestType = CType; in ChooseConstraint()
DSelectionDAGBuilder.cpp5888 CType = TLI.getConstraintType(OpInfo.Codes[j]); in visitInlineAsm() local
5889 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2712 TargetLowering::ConstraintType CType = in ChooseConstraint() local
2719 if (CType == TargetLowering::C_Other && Op.getNode()) { in ChooseConstraint()
2726 BestType = CType; in ChooseConstraint()
2734 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
2738 int Generality = getConstraintGenerality(CType); in ChooseConstraint()
2740 BestType = CType; in ChooseConstraint()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs156 …null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::G… in DescriptorReflection()
3406 private global::Google.Protobuf.Reflection.FieldOptions.Types.CType ctype_ = 0;
3413 public global::Google.Protobuf.Reflection.FieldOptions.Types.CType Ctype {
3660 ctype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum(); in MergeFrom()
3695 internal enum CType { enum in Google.Protobuf.Reflection.FieldOptions.Types
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto345 optional CType ctype = 1 [default = STRING];
346 enum CType { enum
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java236 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, in testFieldDescriptor()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7110 class CType : public ::upb::reffed_ptr<const ::upb::EnumDef> {
7112 CType(const ::upb::EnumDef* e, const void *ref_donor = NULL)
7116 static CType get() {
7118 return CType(e, &e);
/external/abi-compliance-checker/
Dabi-compliance-checker.pl4172 my $CType = $LibInfo{$Version}{"info_type"}{$ClassId};
4173 if(not $CType or $CType eq "template_type_parm"
4174 or $CType eq "typename_type")

12