HomeSort by relevance Sort by last modified time
    Searched defs:TypeName (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 48 const char* TypeName(FieldDescriptor::Type field_type) {
103 vars["type_constant"] = TypeName(GetType(descriptor));
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 47 const char* TypeName(FieldDescriptor::Type field_type) {
140 vars["type_constant"] = TypeName(GetType(descriptor_));
  /external/clang/lib/AST/
InheritViz.cpp 80 std::string TypeName = Type.getAsString();
81 Out << " [ shape=\"box\", label=\"" << DOT::EscapeString(TypeName);
86 if (TypeName != CanonType.getAsString()) {
ItaniumMangle.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 193 llvm::StringRef TypeName;
195 if (!RSExportType::NormalizeType(T, TypeName, Context, VD)) {
slang_rs_export_element.cpp 76 llvm::StringRef TypeName;
84 if (!RSExportType::NormalizeType(T, TypeName, Context, NULL))
95 TypeName,
110 TypeName,
slang_rs_export_type.cpp 624 llvm::StringRef &TypeName,
631 TypeName = RSExportType::GetTypeName(T);
632 if (Context && TypeName.empty()) {
760 const llvm::StringRef &TypeName) {
764 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
774 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName);
780 TypeName);
787 TypeName,
795 TypeName,
803 TypeName,
    [all...]
slang_rs_reflection_cpp.cpp 542 std::string TypeName = GetTypeName(EPT, false);
545 mOut.indent() << "void set_" << EV->getName() << "(" << TypeName << " v)";
557 mOut.indent() << TypeName << " get_" << EV->getName() << "() const";
561 bool isBool = !strcmp(TypeName.c_str(), "bool");
578 std::string TypeName = GetTypeName(ET);
586 mOut.indent() << "void bind_" << VarName << "(" << TypeName << " v)";
592 mOut.indent() << TypeName << " get_" << VarName << "() const";
596 bool isBool = !strcmp(TypeName.c_str(), "bool");
812 std::string TypeName;
817 TypeName = ET->getElementName()
    [all...]
slang_rs_reflection.cpp 864 std::string TypeName = ET->getElementName();
865 if (addTypeNameForElement(TypeName)) {
866 mOut.indent() << RS_ELEM_PREFIX << TypeName << " = Element." << TypeName
892 std::string TypeName = ET->getElementName();
893 addTypeNameForFieldPacker(TypeName);
912 std::string TypeName;
918 TypeName = ET->getElementName();
926 if (!TypeName.empty()) {
929 << TypeName << ")) {\n"
    [all...]
  /external/llvm/lib/Target/R600/
SITypeRewriter.cpp 121 std::string TypeName = "i32";
125 std::string VecTypeName = "v1" + TypeName;
126 Name = Name.replace(Name.find(VecTypeName), VecTypeName.length(), TypeName);
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 51 SmallString<256> TypeName;
52 llvm::raw_svector_ostream OS(TypeName);
ItaniumCXXABI.cpp     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 101 char TypeName[1];
118 const char *getTypeName() const { return TypeName; }
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 122 protected static abstract class TypeName extends TypeData {
129 protected 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)obj
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 355 std::string TypeName;
356 raw_string_ostream TypeStream(TypeName);
362 return TypeName;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
atalkwsh.h 78 CHAR TypeName[MAX_ENTITY];
d3d10effect.h 64 LPCSTR TypeName;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 811 StringRef TypeName = GetReceiverInterfaceName(msg);
812 if (!TypeName.empty())
813 os << "Argument to '" << TypeName << "' method '";
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 44 UNICODE_STRING TypeName;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 63 template<typename StrTy>
738 SmallString<64> TypeName;
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();
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 691 StringRef TypeName;
694 : Matcher(CheckValueType), TypeName(type_name) {}
696 StringRef getTypeName() const { return TypeName; }
707 return cast<CheckValueTypeMatcher>(M)->TypeName == TypeName;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 106 template<typename StrTy>
541 SmallString<64> TypeName;
658 if (ConvertToString(Record, 0, TypeName))
672 Res->setName(TypeName);
675 Res = StructType::create(Context, TypeName);
676 TypeName.clear();
701 Res->setName(TypeName);
704 Res = StructType::create(Context, TypeName);
705 TypeName.clear();
932 std::string TypeName;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 347 template<typename StrTy>
821 SmallString<64> TypeName;
    [all...]
  /external/chromium_org/sandbox/win/src/
nt_internals.h 489 UNICODE_STRING TypeName;
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 602 milliseconds

1 2