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

/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c44 unsigned int CType : 4; member in struct:_Key::__anon16730
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp133 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); local
134 if (CType == TargetLowering::C_Memory)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2367 TargetLowering::ConstraintType CType = local
2374 if (CType == TargetLowering::C_Other && Op.getNode()) {
2381 BestType = CType;
2389 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
2393 int Generality = getConstraintGenerality(CType);
2395 BestType = CType;
H A DSelectionDAGBuilder.cpp5936 CType = TLI->getConstraintType(OpInfo.Codes[j]); local
5937 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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1809 typedef FieldOptions_CType CType; typedef in class:google::protobuf::FieldOptions
1810 static const CType STRING = FieldOptions_CType_STRING;
1811 static const CType CORD = FieldOptions_CType_CORD;
1812 static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE;
1816 static const CType CType_MIN =
1818 static const CType CType_MAX =
1826 static inline const ::std::string& CType_Name(CType value) {
1830 CType* value) {
1836 // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
5023 // 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...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 406 milliseconds