Searched defs:ConstantType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.h110 enum ConstantType { enum in class:blink::V8DOMConfiguration
128 ConstantType type;
/external/chromium_org/v8/src/
H A Dtypes.h299 class ConstantType;
307 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;
331 return ConstantType::New(value, region);
443 ConstantType* AsConstant() { return ConstantType::cast(this); }
747 class TypeImpl<Config>::ConstantType : public StructuralType { class in class:v8::internal::TypeImpl
753 ConstantHandle type = Config::template cast<ConstantType>(
760 static ConstantType* cast(TypeImpl* type) {
762 return static_cast<ConstantType*>(type);
/external/clang/lib/Sema/
H A DSemaInit.cpp7110 QualType ConstantType; local
7112 ConstantType)) {
7137 << ConstantValue.getAsString(S.getASTContext(), ConstantType)

Completed in 193 milliseconds