HomeSort by relevance Sort by last modified time
    Searched refs:Case (Results 26 - 50 of 97) sorted by null

12 3 4

  /external/clang/lib/Basic/
Module.cpp 57 .Case("altivec", LangOpts.AltiVec)
58 .Case("blocks", LangOpts.Blocks)
59 .Case("cplusplus", LangOpts.CPlusPlus)
60 .Case("cplusplus11", LangOpts.CPlusPlus11)
61 .Case("objc", LangOpts.ObjC1)
62 .Case("objc_arc", LangOpts.ObjCAutoRefCount)
63 .Case("opencl", LangOpts.OpenCL)
64 .Case("tls", Target.isTLSSupported())
TargetInfo.cpp 105 case SignedShort: return "short";
106 case UnsignedShort: return "unsigned short";
107 case SignedInt: return "int";
108 case UnsignedInt: return "unsigned int";
109 case SignedLong: return "long int";
110 case UnsignedLong: return "long unsigned int";
111 case SignedLongLong: return "long long int";
112 case UnsignedLongLong: return "long long unsigned int";
121 case SignedShort:
122 case SignedInt: return ""
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 47 /// expandCaseRange - Expand case range into explicit case values within the
62 // All case ranges are already in single case values
67 // Create a new case
83 assert(r.isInRange(V) && "Unexpected out-of-range case value!");
88 IntegersSubset Case = CaseBuilder.getCase();
89 i.setValueEx(Case);
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 47 /// expandCaseRange - Expand case range into explicit case values within the
62 // All case ranges are already in single case values
67 // Create a new case
83 assert(r.isInRange(V) && "Unexpected out-of-range case value!");
88 IntegersSubset Case = CaseBuilder.getCase();
89 i.setValueEx(Case);
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 97 // The frontend should issue a warning for this case, so this is a sanity
106 // The case where 'V' can be a location can only be due to a bad header,
107 // so in this case bail out.
343 .Case("open", &UnixAPIChecker::CheckOpen)
344 .Case("pthread_once", &UnixAPIChecker::CheckPthreadOnce)
345 .Case("calloc", &UnixAPIChecker::CheckCallocZero)
346 .Case("malloc", &UnixAPIChecker::CheckMallocZero)
347 .Case("realloc", &UnixAPIChecker::CheckReallocZero)
348 .Case("reallocf", &UnixAPIChecker::CheckReallocfZero)
350 .Case("valloc", &UnixAPIChecker::CheckVallocZero
    [all...]
ExprInspectionChecker.cpp 39 .Case("clang_analyzer_eval", &ExprInspectionChecker::analyzerEval)
40 .Case("clang_analyzer_checkInlined",
106 // function. We ignore this case and only emit a message (TRUE or FALSE)
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 161 .Case(".weak", MCSA_Weak)
162 .Case(".local", MCSA_Local)
163 .Case(".hidden", MCSA_Hidden)
164 .Case(".internal", MCSA_Internal)
165 .Case(".protected", MCSA_Protected)
281 case 'a':
284 case 'x':
287 case 'w':
290 case 'M':
293 case 'S'
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 74 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue);
75 unsigned n = SI->getNumCases(); // +1 for default case.
78 Weights[0] = Case == SI->case_default() ? LikelyBranchWeight
81 Weights[i + 1] = i == Case.getCaseIndex() ? LikelyBranchWeight
122 // branch 0, in other case more likely is branch 1.
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 98 SwitchInst::ConstCaseIt Case =
100 OS << Case.getCaseValue()->getValue();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 90 case 's':
92 case 'z':
105 // to the warning list. Else, add its value (for the OPT_W case).
131 .Case(CMDFLAG, NAME##Model)
147 .Case(CMDFLAG, NAME##Model)
163 .Case(CMDFLAG, PD_##NAME)
179 .Case(CMDFLAG, NAME)
195 .Case(CMDFLAG, NAME)
427 .Case("legacy", CodeGenOptions::Legacy)
428 .Case("non-legacy", CodeGenOptions::NonLegacy
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 619 case 0: RegNo = X86::ST0; break;
620 case 1: RegNo = X86::ST1; break;
621 case 2: RegNo = X86::ST2; break;
622 case 3: RegNo = X86::ST3; break;
623 case 4: RegNo = X86::ST4; break;
624 case 5: RegNo = X86::ST5; break;
625 case 6: RegNo = X86::ST6; break;
626 case 7: RegNo = X86::ST7; break;
645 case '0': RegNo = X86::DR0; break;
646 case '1': RegNo = X86::DR1; break
    [all...]
  /frameworks/base/tools/aidl/
AST.h 289 struct Case
294 Case();
295 Case(const string& c);
296 virtual ~Case();
303 vector<Case*> cases;
AST.cpp 627 Case::Case()
632 Case::Case(const string& c)
638 Case::~Case()
643 Case::Write(FILE* to)
650 fprintf(to, "case %s:\n", s.c_str());
  /external/clang/lib/Lex/
ModuleMap.cpp 132 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true)
133 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true)
509 // This will not be the case if the 'subframework' is actually a symlink
775 case tok::raw_identifier:
779 .Case("header", MMToken::HeaderKeyword)
780 .Case("exclude", MMToken::ExcludeKeyword)
781 .Case("explicit", MMToken::ExplicitKeyword)
782 .Case("export", MMToken::ExportKeyword)
783 .Case("framework", MMToken::FrameworkKeyword)
784 .Case("link", MMToken::LinkKeyword
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 4 Delphi DUnit Test Case
6 This unit contains a skeleton test case class generated by the Test Case Wizard.
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 105 // that the incoming value can never be that constant. In that case replace
199 /// never fire. If the uselessness of a case could be determined locally then
203 /// safely be removed. If a case fires on every incoming edge then the entire
204 /// switch can be removed and replaced with a branch to the case destination.
218 // Analyse each switch case in turn. This is done in reverse order so that
219 // removing a case doesn't cause trouble for the iteration.
223 ConstantInt *Case = CI.getCaseValue();
225 // Check to see if the switch condition is equal to/not equal to the case
229 // Is the switch condition equal to the case value?
231 Cond, Case, *PI, BB)
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 72 case Stmt::NoStmtClass:
73 case Stmt::CXXCatchStmtClass:
74 case Stmt::SEHExceptStmtClass:
75 case Stmt::SEHFinallyStmtClass:
76 case Stmt::MSDependentExistsStmtClass:
78 case Stmt::NullStmtClass:
79 case Stmt::CompoundStmtClass:
80 case Stmt::DeclStmtClass:
81 case Stmt::LabelStmtClass:
82 case Stmt::AttributedStmtClass
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 449 case k_CondCode:
452 case k_ITCondMask:
455 case k_Token:
458 case k_CCOut:
459 case k_Register:
462 case k_RegisterList:
463 case k_DPRRegisterList:
464 case k_SPRRegisterList:
467 case k_VectorList:
468 case k_VectorListAllLanes
    [all...]
  /external/clang/lib/Driver/
Compilation.cpp 119 .Case("-dwarf-debug-flags", true)
132 .Case("-MMD", true)
148 .Case("-D", true)
Tools.cpp 67 case ' ':
68 case '\t':
76 case '$':
79 case '#':
461 .Case("cortex-r5", "v7r")
462 .Case("cortex-m0", "v6m")
463 .Case("cortex-m3", "v7m")
464 .Case("cortex-m4", "v7em")
465 .Case("cortex-a9-mp", "v7f")
466 .Case("swift", "v7s"
    [all...]
ToolChains.cpp 101 .Case("armv6k", "armv6")
102 .Case("armv6m", "armv6m")
103 .Case("armv5tej", "armv5")
104 .Case("xscale", "xscale")
105 .Case("armv4t", "armv4t")
106 .Case("armv7", "armv7")
122 .Case("xscale", "xscale")
124 .Case("cortex-m0", "armv6m")
126 .Case("cortex-a9-mp", "armv7f")
127 .Case("cortex-m3", "armv7m"
    [all...]
SanitizerArgs.h 97 #define SANITIZER(NAME, ID) .Case(NAME, ID)
98 #define SANITIZER_GROUP(NAME, ID, ALIAS) .Case(NAME, ID)
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 49 .Case("QualType", "getLocalType(F, Record[Idx++])")
50 .Case("Expr *", "ReadExpr(F)")
51 .Case("IdentifierInfo *", "GetIdentifierInfo(F, Record, Idx)")
52 .Case("SourceLocation", "ReadSourceLocation(F, Record, Idx)")
61 .Case("QualType", "AddTypeRef(" + std::string(name) + ", Record);\n")
62 .Case("Expr *", "AddStmt(" + std::string(name) + ");\n")
63 .Case("IdentifierInfo *",
65 .Case("SourceLocation",
559 OS << " case " << getAttrName() << "Attr::" << *I << ":\n";
804 " case " << I << " : {\n
    [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 67 case OMF_autorelease:
81 case OMF_retain:
82 case OMF_release:
112 case OMF_dealloc:
119 case ObjCMessageExpr::SuperInstance: {
127 case ObjCMessageExpr::Instance:
302 case OMF_copy:
303 case OMF_autorelease:
304 case OMF_release:
305 case OMF_retain
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 199 // Thread safety attributes fit into the FIXME case above, so we
222 case tok::kw_char:
223 case tok::kw_wchar_t:
224 case tok::kw_char16_t:
225 case tok::kw_char32_t:
226 case tok::kw_bool:
227 case tok::kw_short:
228 case tok::kw_int:
229 case tok::kw_long:
230 case tok::kw___int64
    [all...]

Completed in 758 milliseconds

12 3 4