/external/v8/src/compiler/ |
D | machine-type.h | 70 inline MachineType TypeOf(MachineType machine_type) { in TypeOf() function
|
D | js-operator.h | 162 const Operator* TypeOf() { SIMPLE(JSTypeOf, Operator::kPure, 1, 1); } in TypeOf() function
|
D | ast-graph-builder.cc | 1623 Node* value = NewNode(javascript()->TypeOf(), operand); in VisitTypeof()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 87 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(TypeOf, Type)
|
D | Type.h | 3273 : Type(TypeOf, can, T->isDependentType(), 3290 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 45 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 160 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 1254 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/ |
D | instruction-selector-x64.cc | 60 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 505 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedType() 1638 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch() 4831 case Type::TypeOf: in MarkUsedTemplateParameters()
|
D | SemaExpr.cpp | 12955 case Type::TypeOf: in tryCaptureVariable()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 286 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); in VisitLoad()
|
/external/v8/src/ |
D | hydrogen-instructions.cc | 534 OStream& operator<<(OStream& os, const TypeOf& t) { in operator <<() 634 PrintDataTo(os) << ChangesOf(this) << TypeOf(this); in PrintTo() 2452 << TypeOf(this) << "]"; in PrintTo()
|
D | hydrogen-instructions.h | 939 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/ |
D | TypePrinter.cpp | 181 case Type::TypeOf: in canPrefixQualifiers()
|
D | Type.cpp | 1346 case TypeOf: in isSpecifierType()
|
D | ItaniumMangle.cpp | 1528 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
|
D | ASTImporter.cpp | 623 case Type::TypeOf: in IsStructurallyEquivalent()
|
D | ASTContext.cpp | 2525 case Type::TypeOf: in getVariableArrayDecayedType()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1603 case Type::TypeOf: in EmitVariablyModifiedType()
|
D | CGDebugInfo.cpp | 2014 case Type::TypeOf: in UnwrapTypeForDebugInfo() 2194 case Type::TypeOf: in CreateTypeNode()
|