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

1 2

  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.h 24 void *TypeInfo;
ubsan_type_hash.cc 193 std::type_info *TypeInfo;
200 if (Prefix->Offset > 0 || !Prefix->TypeInfo)
225 dynamic_cast<abi::__class_type_info*>(Vtable->TypeInfo);
244 static_cast<const abi::__class_type_info*>(Vtable->TypeInfo),
246 return DynamicTypeInfo(Vtable->TypeInfo->__type_name, -Vtable->Offset,
ubsan_value.h 97 u16 TypeInfo;
126 return isIntegerTy() && (TypeInfo & 1);
129 return isIntegerTy() && !(TypeInfo & 1);
133 return 1 << (TypeInfo >> 1);
139 return TypeInfo;
  /libcore/luni/src/main/java/org/w3c/dom/
TypeInfo.java 16 * The <code>TypeInfo</code> interface represents a type referenced from
90 * <code>TypeInfo</code>.
94 public interface TypeInfo {
161 * type definition, i.e. the <code>TypeInfo</code> on which the method
  /external/chromium_org/ppapi/
generate_ppapi_size_checks.py 42 class TypeInfo(object):
57 TypeInfo (as the info_string parameter to __init__). This is
62 """Create a TypeInfo from a given info_string. Also store the name of the
63 target for which the TypeInfo was first created just so we can print useful
142 def CheckAndInsert(typeinfo, typeinfo_map):
143 """Check if a TypeInfo exists already in the given map with the same name. If
148 - If the name does not exist, insert the typeinfo in to the map.
152 if typeinfo.name == "":
155 elif int(typeinfo.size) == 0:
158 elif typeinfo.source_location.filename.find("ppapi") == -1
    [all...]
  /external/clang/lib/Driver/
Types.cpp 19 struct TypeInfo {
26 static const TypeInfo TypeInfos[] = {
34 static const TypeInfo &getInfo(unsigned id) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 168 struct TypeInfo {
174 // Not owned by the TypeInfo.
189 TypeInfo() : prototype(NULL) {}
191 ~TypeInfo() {
196 DynamicMessage(const TypeInfo* type_info);
236 const TypeInfo* type_info_;
242 DynamicMessage::DynamicMessage(const TypeInfo* type_info)
453 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
486 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type];
492 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo
    [all...]
  /external/chromium_org/sandbox/win/src/
handle_table.cc 149 const OBJECT_TYPE_INFORMATION* HandleTable::HandleEntry::TypeInfo() {
  /external/doclava/src/com/google/doclava/
TypeInfo.java 23 public class TypeInfo implements Resolvable {
28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
37 public TypeInfo(String typeString) {
46 ArrayList<TypeInfo> generics = new ArrayList<TypeInfo>();
55 TypeInfo info = new TypeInfo(entry);
65 TypeInfo info = new TypeInfo(typeString.substring(entryStartPos, paramEndPos).trim());
133 public static String typeArgumentsName(ArrayList<TypeInfo> args, HashSet<String> typeVars)
    [all...]
MethodInfo.java 236 public ArrayList<TypeInfo> getTypeParameters() {
252 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name,
257 MethodInfo overriddenMethod, TypeInfo returnType, ArrayList<ParameterInfo> parameters,
319 public TypeInfo returnType() {
512 TypeInfo myType = mine.type();
576 TypeInfo.makeHDF(data, base + ".generic.typeArguments", mTypeParameters, false);
583 HashSet<String> result = TypeInfo.typeVariables(mTypeParameters);
586 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
588 TypeInfo.typeVariables(types, result);
608 return TypeInfo.typeArgumentsName(mTypeParameters, typeVars)
    [all...]
  /external/chromium_org/v8/src/
type-info.h 55 class TypeInfo {
57 TypeInfo() : type_(kUninitialized) { }
59 static TypeInfo Unknown() { return TypeInfo(kUnknown); }
61 static TypeInfo Primitive() { return TypeInfo(kPrimitive); }
63 static TypeInfo Number() { return TypeInfo(kNumber); }
65 static TypeInfo Integer32() { return TypeInfo(kInteger32);
    [all...]
ic.h 720 enum TypeInfo {
740 static const char* GetName(TypeInfo type_info);
742 static State ToState(TypeInfo type_info);
745 static Handle<Type> TypeInfoToType(TypeInfo binary_type, Isolate* isolate);
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 151 llvm::Value *TypeInfo;
203 Handler.TypeInfo = 0; // catch-all
208 Handler.TypeInfo = GetEHType(CatchDecl->getType());
213 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
CGExprAgg.cpp 255 std::pair<CharUnits, CharUnits> typeInfo =
257 EmitFinalDestCopy(E->getType(), src, typeInfo.second);
    [all...]
CodeGenFunction.cpp     [all...]
CGException.cpp 463 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType,
479 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor };
603 llvm::Value *TypeInfo = 0;
605 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType);
607 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true);
608 CatchScope->setHandler(I, TypeInfo, Handler);
    [all...]
CGExprCXX.cpp     [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 166 struct TypeInfo {
172 // Not owned by the TypeInfo.
184 DynamicMessage(const TypeInfo* type_info);
216 const TypeInfo* type_info_;
222 DynamicMessage::DynamicMessage(const TypeInfo* type_info)
432 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
465 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type];
471 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo;
  /external/v8/src/
type-info.h 55 class TypeInfo {
57 TypeInfo() : type_(kUninitialized) { }
59 static TypeInfo Unknown() { return TypeInfo(kUnknown); }
61 static TypeInfo Primitive() { return TypeInfo(kPrimitive); }
63 static TypeInfo Number() { return TypeInfo(kNumber); }
65 static TypeInfo Integer32() { return TypeInfo(kInteger32);
    [all...]
ic.h 720 enum TypeInfo {
731 static const char* GetName(TypeInfo type_info);
733 static State ToState(TypeInfo type_info);
735 static TypeInfo GetTypeInfo(Handle<Object> operand);
737 static TypeInfo ComputeNewType(TypeInfo type, TypeInfo previous);
744 enum TypeInfo {
759 static const char* GetName(TypeInfo type_info);
761 static State ToState(TypeInfo type_info)
    [all...]
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 473 llvm::SmallVector<llvm::Value*, 1> TypeInfo;
474 TypeInfo.push_back(TypeInfoMDS);
477 TypeInfo));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 113 static class TypeInfo {
124 public TypeInfo(String uiName,
242 * TypeInfo, information for each "type" of file that can be created.
244 private static final TypeInfo[] sTypes = {
245 new TypeInfo(
313 new TypeInfo("Values", // UI name
322 new TypeInfo("Drawable", // UI name
331 new TypeInfo("Menu", // UI name
340 new TypeInfo("Color List", // UI name
349 new TypeInfo("Property Animation", // UI nam
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 137 TypeSourceInfo *TypeInfo;
257 Result.TypeInfo = 0;
262 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) {
264 TypeInfo->getType());
265 Result.TypeInfo = TypeInfo;
318 Result.TypeInfo = TSI;
338 return TypeInfo;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 673 milliseconds

1 2