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

  /external/bluetooth/glib/tests/gobject/
deftype.c 39 } TypeName;
45 MY_DEFINE_TYPE (TypeName, type_name, G_TYPE_OBJECT)
47 static void type_name_init (TypeName *self)
  /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 78 std::string TypeName = Type.getAsString();
79 Out << " [ shape=\"box\", label=\"" << DOT::EscapeString(TypeName);
84 if (TypeName != CanonType.getAsString()) {
  /frameworks/compile/slang/
slang_rs_export_element.cpp 65 llvm::StringRef TypeName;
73 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(),
85 TypeName,
101 TypeName,
slang_rs_backend.cpp 122 llvm::StringRef TypeName;
123 if (!RSExportType::NormalizeType(T, TypeName, &C.getDiagnostics(), VD)) {
slang_rs_export_type.cpp 397 llvm::StringRef &TypeName,
404 TypeName = RSExportType::GetTypeName(T);
405 if (TypeName.empty()) {
537 const llvm::StringRef &TypeName) {
541 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
550 RSExportPrimitiveType::GetRSSpecificType(TypeName);
556 TypeName);
563 TypeName,
571 TypeName,
579 TypeName,
    [all...]
slang_rs_reflection.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 51 llvm::SmallString<256> TypeName;
52 llvm::raw_svector_ostream OS(TypeName);
CGRTTI.cpp 126 // mangled name of the typename, so we can just index into it in order to
512 // typeinfo and typename structures available_externally linkage. When A::f
514 // typeinfo and typename structs, otherwise we'll end up with undefined
534 // Get the typename global.
584 llvm::GlobalVariable *TypeName = GetAddrOfTypeName(Ty, Linkage);
587 Fields.push_back(llvm::ConstantExpr::getBitCast(TypeName, Int8PtrTy));
691 CGM.setTypeVisibility(TypeName, RD, CodeGenModule::TVK_ForRTTIName);
700 TypeName->setVisibility(CodeGenModule::
    [all...]
  /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/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 177 template<typename T>
624 if (const char *TypeName = GetReceiverNameType(msg))
625 os << "Argument to '" << TypeName << "' method '";
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 632 StringRef TypeName;
635 : Matcher(CheckValueType), TypeName(type_name) {}
637 StringRef getTypeName() const { return TypeName; }
648 return cast<CheckValueTypeMatcher>(M)->TypeName == TypeName;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 236 template <typename T> friend T GetFromEnv(const char*, const char*, T);
242 const char* TypeName() const;
274 else assert(false); // Unknown typename
407 const char* FlagValue::TypeName() const {
482 const char* type_name() const { return defvalue_->TypeName(); }
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 51 template<typename StrTy>
535 SmallString<64> TypeName;
654 if (ConvertToString(Record, 0, TypeName))
668 Res->setName(TypeName);
671 Res = StructType::create(Context, TypeName);
672 TypeName.clear();
697 Res->setName(TypeName);
700 Res = StructType::create(Context, TypeName);
701 TypeName.clear();
928 std::string TypeName;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 64 template<typename StrTy>
510 SmallString<64> TypeName;
629 if (ConvertToString(Record, 0, TypeName))
643 Res->setName(TypeName);
646 Res = StructType::create(Context, TypeName);
647 TypeName.clear();
672 Res->setName(TypeName);
675 Res = StructType::create(Context, TypeName);
676 TypeName.clear();
903 std::string TypeName;
    [all...]

Completed in 502 milliseconds