HomeSort by relevance Sort by last modified time
    Searched refs:EnumType (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_enum_reflection.h 66 template<typename EnumType>
69 EnumType* value) {
72 *value = static_cast<EnumType>(tmp);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDebugRendererInfo.h 38 enum EnumType {
  /external/chromium_org/chrome/renderer/extensions/
automation_internal_custom_bindings.cc 20 template <typename EnumType>
22 EnumType start_after,
23 EnumType end_at) {
27 isolate, ui::ToString(static_cast<EnumType>(i)).c_str());
  /external/chromium_org/tools/json_schema_compiler/test/
enums_unittest.cc 15 EnumType enum_type;
18 EXPECT_TRUE(EnumType::Populate(value, &enum_type));
19 EXPECT_EQ(EnumType::TYPE_ONE, enum_type.type);
23 EnumType enum_type;
26 EXPECT_FALSE(EnumType::Populate(value, &enum_type));
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 405 template<typename EnumType>
408 EnumType* value) {
411 *value = static_cast<EnumType>(tmp);
  /external/clang/lib/AST/
Type.cpp 54 ND = ty->getAs<EnumType>()->getDecl();
642 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
658 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
722 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
738 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
762 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 383 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
398 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
449 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) {
470 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
733 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
    [all...]
CodeGenTBAA.cpp 147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
CGDebugInfo.h 137 llvm::DIType CreateEnumType(const EnumType *Ty);
138 llvm::DIType CreateTypeDefinition(const EnumType *Ty);
CodeGenTypes.cpp 565 const EnumDecl *ED = cast<EnumType>(Ty)->getDecl();
  /external/clang/lib/Analysis/
FormatString.cpp 279 if (const EnumType *ETy = argTy->getAs<EnumType>())
296 if (const EnumType *ETy = argTy->getAs<EnumType>())
ScanfFormatString.cpp 405 if (const EnumType *ETy = PT->getAs<EnumType>())
PrintfFormatString.cpp 455 if (const EnumType *ETy = QT->getAs<EnumType>())
  /external/chromium_org/sync/internal_api/public/base/
enum_set.h 45 typedef E EnumType;
  /external/chromium_org/extensions/common/features/
simple_feature.cc 225 template <typename EnumType>
226 std::string ListDisplayNames(const std::vector<EnumType> enum_types) {
  /external/clang/include/clang/AST/
CanonicalType.h 614 struct CanProxyAdaptor<EnumType> : public CanProxyBase<EnumType> {
Type.h     [all...]
  /external/clang/utils/ABITest/
TypeGen.py 58 class EnumType(Type):
273 return EnumType(n, enumerators)
ABITestGen.py 215 elif isinstance(t, EnumType):
291 elif isinstance(t, EnumType):
321 elif isinstance(t, EnumType):
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 218 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
219 if (!enumType || enumType->getDecl()->isCompleteDefinition())
224 EnumDecl *ED = enumType->getDecl();
642 } else if (isa<EnumType>(T)) {
    [all...]
SemaLambda.cpp 495 /// EnumType::getDecl() (i.e. the definition).
549 if (const EnumType *ET = E->getType()->getAs<EnumType>()) {
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 22 class EnumType(type):
24 super(EnumType, self).__init__(name, bases, attributes)
85 Enum = EnumType('Enum', (), {})
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 587 if (const EnumType *AsEnum = dyn_cast<EnumType>(Node.getTypePtr()))
854 typedef TypeList<TypeList<CallExpr, CXXConstructExpr, DeclRefExpr, EnumType>,
    [all...]

Completed in 792 milliseconds

1 2 3