Searched defs:CType (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp133 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); local
134 if (CType == TargetLowering::C_Memory)
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c44 unsigned int CType : 4; member in struct:_Key::__anon4315
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2364 TargetLowering::ConstraintType CType = local
2371 if (CType == TargetLowering::C_Other && Op.getNode()) {
2378 BestType = CType;
2386 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
2390 int Generality = getConstraintGenerality(CType);
2392 BestType = CType;
H A DSelectionDAGBuilder.cpp5906 CType = TLI.getConstraintType(OpInfo.Codes[j]); local
5907 if (CType == TargetLowering::C_Memory) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1730 typedef FieldOptions_CType CType; typedef in class:google::protobuf::FieldOptions
1731 static const CType STRING = FieldOptions_CType_STRING;
1732 static const CType CORD = FieldOptions_CType_CORD;
1733 static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE;
1737 static const CType CType_MIN =
1739 static const CType CType_MAX =
1747 static inline const ::std::string& CType_Name(CType value) {
1751 CType* value) {
1757 // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
3867 // optional .google.protobuf.FieldOptions.CType ctyp
[all...]
/external/valgrind/main/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...]

Completed in 269 milliseconds