Home
last modified time | relevance | path

Searched refs:ConstantType (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
Dtypes.h299 class ConstantType; variable
307 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;
331 return ConstantType::New(value, region); in Constant()
443 ConstantType* AsConstant() { return ConstantType::cast(this); } in AsConstant()
747 class TypeImpl<Config>::ConstantType : public StructuralType {
753 ConstantHandle type = Config::template cast<ConstantType>( in New()
760 static ConstantType* cast(TypeImpl* type) { in cast()
762 return static_cast<ConstantType*>(type); in cast()
Dtypes.cc943 return ConstantType::New(type->AsConstant()->Value(), region); in Convert()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8DOMConfiguration.h110 enum ConstantType { enum
128 ConstantType type;
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dconstants.cpp70 {"{{constant.name}}", {{value}}, V8DOMConfiguration::ConstantType{{constant.idl_type}}}
/external/clang/include/clang/Sema/
DOverload.h242 QualType &ConstantType) const;
/external/clang/lib/Sema/
DSemaInit.cpp7110 QualType ConstantType; in DiagnoseNarrowingInInitList() local
7112 ConstantType)) { in DiagnoseNarrowingInInitList()
7137 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
DSemaOverload.cpp315 QualType &ConstantType) const { in getNarrowingKind()
349 ConstantType = Initializer->getType(); in getNarrowingKind()
380 ConstantType = Initializer->getType(); in getNarrowingKind()
440 ConstantType = Initializer->getType(); in getNarrowingKind()
/external/chromium_org/v8/test/cctest/
Dtest-types.cc1973 TEST(ConstantType) { in TEST() argument