Home
last modified time | relevance | path

Searched refs:TypeOf (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/compiler/
Dmachine-type.h70 inline MachineType TypeOf(MachineType machine_type) { in TypeOf() function
Djs-operator.h162 const Operator* TypeOf() { SIMPLE(JSTypeOf, Operator::kPure, 1, 1); } in TypeOf() function
Dast-graph-builder.cc1623 Node* value = NewNode(javascript()->TypeOf(), operand); in VisitTypeof()
/external/clang/include/clang/AST/
DTypeNodes.def87 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(TypeOf, Type)
DType.h3273 : Type(TypeOf, can, T->isDependentType(),
3290 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc45 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc160 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
/external/lldb/source/Symbol/
DClangASTType.cpp1254 case clang::Type::TypeOf: return 0; in GetTypeInfo()
1427 case clang::Type::TypeOf: break; in GetTypeClass()
1863 case clang::Type::TypeOf: in GetEncoding()
1992 case clang::Type::TypeOf: in GetFormat()
2873 case clang::Type::TypeOf: return 0; in GetNumPointeeChildren()
5149 case clang::Type::TypeOf: break; in GetDeclContextForType()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc60 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp505 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedType()
1638 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch()
4831 case Type::TypeOf: in MarkUsedTemplateParameters()
DSemaExpr.cpp12955 case Type::TypeOf: in tryCaptureVariable()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc286 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
/external/v8/src/
Dhydrogen-instructions.cc534 OStream& operator<<(OStream& os, const TypeOf& t) { in operator <<()
634 PrintDataTo(os) << ChangesOf(this) << TypeOf(this); in PrintTo()
2452 << TypeOf(this) << "]"; in PrintTo()
Dhydrogen-instructions.h939 struct TypeOf { struct
940 explicit TypeOf(const HValue* const v) : value(v) {} in TypeOf() argument
953 OStream& operator<<(OStream& os, const TypeOf& v); argument
/external/clang/lib/AST/
DTypePrinter.cpp181 case Type::TypeOf: in canPrefixQualifiers()
DType.cpp1346 case TypeOf: in isSpecifierType()
DItaniumMangle.cpp1528 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp623 case Type::TypeOf: in IsStructurallyEquivalent()
DASTContext.cpp2525 case Type::TypeOf: in getVariableArrayDecayedType()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1603 case Type::TypeOf: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2014 case Type::TypeOf: in UnwrapTypeForDebugInfo()
2194 case Type::TypeOf: in CreateTypeNode()