Searched defs:TypeName (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc48 const char* TypeName(FieldDescriptor::Type field_type) { function in namespace:google::protobuf::compiler::java::__anon14802
103 vars["type_constant"] = TypeName(GetType(descriptor));
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc47 const char* TypeName(FieldDescriptor::Type field_type) { function in namespace:google::protobuf::compiler::java::__anon28939
140 vars["type_constant"] = TypeName(GetType(descriptor_));
/external/clang/lib/AST/
H A DInheritViz.cpp80 std::string TypeName = Type.getAsString(); local
81 Out << " [ shape=\"box\", label=\"" << DOT::EscapeString(TypeName);
86 if (TypeName != CanonType.getAsString()) {
H A DItaniumMangle.cpp2284 std::string TypeName = local
2286 Out << TypeName.length() << TypeName;
/external/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp121 std::string TypeName = "i32"; local
125 std::string VecTypeName = "v1" + TypeName;
126 Name = Name.replace(Name.find(VecTypeName), VecTypeName.length(), TypeName);
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.cc57 const char* GCTracer::Event::TypeName(bool short_name) const { function in class:v8::internal::GCTracer::Event
226 PrintF("%s %.1f (%.1f) -> %.1f (%.1f) MB, ", current_.TypeName(false),
274 PrintF("gc=%s ", current_.TypeName(true));
/external/clang/include/clang/Analysis/Analyses/
H A DConsumed.h87 /// \param TypeName -- The name of the unconsumable type.
89 StringRef TypeName) {}
88 warnReturnTypestateForUnconsumableType(SourceLocation Loc, StringRef TypeName) argument
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp51 SmallString<256> TypeName; local
52 llvm::raw_svector_ostream OS(TypeName);
H A DItaniumCXXABI.cpp2507 llvm::GlobalVariable *TypeName = GetAddrOfTypeName(Ty, Linkage); local
2517 TypeNameField = llvm::ConstantExpr::getPtrToInt(TypeName, CGM.Int64Ty);
2524 TypeNameField = llvm::ConstantExpr::getBitCast(TypeName, CGM.Int8PtrTy);
2650 TypeName->setVisibility(llvmVisibility);
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h101 char TypeName[1]; member in class:__ubsan::TypeDescriptor
118 const char *getTypeName() const { return TypeName; }
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java122 protected static abstract class TypeName extends TypeData { class in class:TypeData
129 protected TypeName() { method in class:TypeData.TypeName
141 if (!(neighbor instanceof TypeName))
144 TypeName neighbor2 = (TypeName)neighbor;
152 TypeName tn = (TypeName)list2.get(i);
189 if (obj instanceof TypeName) {
191 TypeName tn = (TypeName)ob
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp66 int getLastSpecialID(const std::string& TypeName);
119 int R600KernelParameters::getLastSpecialID(const std::string &TypeName) { argument
123 if (i->SpecialType == TypeName) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp66 int getLastSpecialID(const std::string& TypeName);
119 int R600KernelParameters::getLastSpecialID(const std::string &TypeName) { argument
123 if (i->SpecialType == TypeName) {
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs110 TypeName = 0x000000400, enumerator in enum:ChromeDebug.LowLevel.LowLevelTypes.SHGFI
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp355 std::string TypeName; local
356 raw_string_ostream TypeStream(TypeName);
362 return TypeName;
/external/chromium_org/sandbox/win/tools/finder/
H A Dntundoc.h44 UNICODE_STRING TypeName; member in struct:__PUBLIC_OBJECT_TYPE_INFORMATION
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp811 StringRef TypeName = GetReceiverInterfaceName(msg); local
812 if (!TypeName.empty())
813 os << "Argument to '" << TypeName << "' method '"; local
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp738 SmallString<64> TypeName; local
874 if (ConvertToString(Record, 0, TypeName))
888 Res->setName(TypeName);
891 Res = StructType::create(Context, TypeName);
892 TypeName.clear();
917 Res->setName(TypeName);
920 Res = StructType::create(Context, TypeName);
921 TypeName.clear();
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h691 StringRef TypeName; member in class:llvm::CheckValueTypeMatcher
694 : Matcher(CheckValueType), TypeName(type_name) {}
696 StringRef getTypeName() const { return TypeName; }
707 return cast<CheckValueTypeMatcher>(M)->TypeName == TypeName;
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h489 UNICODE_STRING TypeName; member in struct:__PUBLIC_OBJECT_TYPE_INFORMATION
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1617 const std::string TypeName = STy && !STy->isLiteral() ? STy->getName() : ""; local
1620 if (TypeName == specialTypes[i])
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 3522 milliseconds