HomeSort by relevance Sort by last modified time
    Searched refs:Case (Results 101 - 125 of 313) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 143 auto Case = *SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
144 OS << Case.getCaseValue()->getValue();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 143 auto Case = *SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
144 OS << Case.getCaseValue()->getValue();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 143 auto Case = *SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
144 OS << Case.getCaseValue()->getValue();
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 127 case 8:
130 case 16:
133 case 32:
136 case 64:
160 case 16:
162 case 32:
164 case 64:
178 case 8:
181 case 16:
184 case 32
    [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/clang/lib/CodeGen/
CGStmt.cpp 78 case Stmt::NoStmtClass:
79 case Stmt::CXXCatchStmtClass:
80 case Stmt::SEHExceptStmtClass:
81 case Stmt::SEHFinallyStmtClass:
82 case Stmt::MSDependentExistsStmtClass:
84 case Stmt::NullStmtClass:
85 case Stmt::CompoundStmtClass:
86 case Stmt::DeclStmtClass:
87 case Stmt::LabelStmtClass:
88 case Stmt::AttributedStmtClass
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 131 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true)
132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true)
149 .Case("float.h", true)
150 .Case("iso646.h", true)
151 .Case("limits.h", true)
152 .Case("stdalign.h", true)
153 .Case("stdarg.h", true)
154 .Case("stdatomic.h", true)
155 .Case("stdbool.h", true)
156 .Case("stddef.h", true
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region_unittest.cc 67 struct Case {
89 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
111 struct Case {
194 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
263 struct Case {
297 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
374 struct Case {
393 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
403 struct Case {
434 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i)
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 77 .Case("niagara", "-Av9b")
78 .Case("niagara2", "-Av9b")
79 .Case("niagara3", "-Av9d")
80 .Case("niagara4", "-Av9d")
84 .Case("v8", "-Av8")
85 .Case("supersparc", "-Av8")
86 .Case("sparclite", "-Asparclite")
87 .Case("f934", "-Asparclite")
88 .Case("hypersparc", "-Av8")
89 .Case("sparclite86x", "-Asparclite"
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 169 // In this case, we assume the string is an expression, and if we need to
435 case ImmTyNone: OS << "None"; break;
436 case ImmTyGDS: OS << "GDS"; break;
437 case ImmTyOffen: OS << "Offen"; break;
438 case ImmTyIdxen: OS << "Idxen"; break;
439 case ImmTyAddr64: OS << "Addr64"; break;
440 case ImmTyOffset: OS << "Offset"; break;
441 case ImmTyOffset0: OS << "Offset0"; break;
442 case ImmTyOffset1: OS << "Offset1"; break;
443 case ImmTyGLC: OS << "GLC"; break
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 627 .Case("__textcoal_nt", "__text")
628 .Case("__const_coal", "__const")
629 .Case("__datacoal_nt", "__data")
    [all...]
ELFAsmParser.cpp 153 .Case(".weak", MCSA_Weak)
154 .Case(".local", MCSA_Local)
155 .Case(".hidden", MCSA_Hidden)
156 .Case(".internal", MCSA_Internal)
157 .Case(".protected", MCSA_Protected)
268 case 'a':
271 case 'e':
274 case 'x':
277 case 'w':
280 case 'M'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc 213 .Case("IRQ", ARMInterruptAttr::IRQ)
214 .Case("FIQ", ARMInterruptAttr::FIQ)
215 .Case("SWI", ARMInterruptAttr::SWI)
216 .Case("ABORT", ARMInterruptAttr::ABORT)
217 .Case("UNDEF", ARMInterruptAttr::UNDEF)
218 .Case("", ARMInterruptAttr::Generic)
229 case ARMInterruptAttr::IRQ: return "IRQ";
230 case ARMInterruptAttr::FIQ: return "FIQ";
231 case ARMInterruptAttr::SWI: return "SWI";
232 case ARMInterruptAttr::ABORT: return "ABORT"
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc 213 .Case("IRQ", ARMInterruptAttr::IRQ)
214 .Case("FIQ", ARMInterruptAttr::FIQ)
215 .Case("SWI", ARMInterruptAttr::SWI)
216 .Case("ABORT", ARMInterruptAttr::ABORT)
217 .Case("UNDEF", ARMInterruptAttr::UNDEF)
218 .Case("", ARMInterruptAttr::Generic)
229 case ARMInterruptAttr::IRQ: return "IRQ";
230 case ARMInterruptAttr::FIQ: return "FIQ";
231 case ARMInterruptAttr::SWI: return "SWI";
232 case ARMInterruptAttr::ABORT: return "ABORT"
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.asm 53 // to install the stacks at the bottom of the Firmware Device (case the FD is located
88 bmi _SetupStack // Jump if negative (FdTop > SystemMemoryTop). Case when the PrePi is in XIP memory outside of the DRAM
92 // Case the top of stacks is the FdBaseAddress
99 // one to the top of the stack. We check if incrementing one does not overflow (case of DRAM at the
109 // Case memory at the top of the address space. Ensure the top of the stack is EFI_PAGE_SIZE
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 99 struct Case
104 Case (void) {}
105 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {}
123 vector<Case> m_cases;
277 m_cases.push_back(Case(tcu::Vec2(-1.5f, -3.0f), tcu::Vec2(1.5f, 2.5f)));
278 m_cases.push_back(Case(tcu::Vec2(-0.5f, 0.75f), tcu::Vec2(0.25f, 1.25f)));
  /external/llvm/lib/Passes/
PassBuilder.cpp 329 .Case("O0", O0)
330 .Case("O1", O1)
331 .Case("O2", O2)
332 .Case("O3", O3)
333 .Case("Os", Os)
334 .Case("Oz", Oz);
479 // VerifyEachPass case, but we don't have such a verifier yet.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 129 /// Case - A struct to record the Value for a switch case, and the
130 /// case's target basic block.
131 struct Case {
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
138 Case(Constant* low, Constant* high, MachineBasicBlock* bb,
158 typedef std::vector<Case> CaseVector;
172 /// LT, GE - If nonzero, we know the current case value must be less-than or
176 /// Range - A pair of iterators representing the range of case values to be
183 /// The comparison function for sorting the switch case values in the vector
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatProviders.h 256 .Case("Y", B ? "YES" : "NO")
257 .Case("y", B ? "yes" : "no")
259 .Case("T", B ? "TRUE" : "FALSE")
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatProviders.h 267 .Case("Y", B ? "YES" : "NO")
268 .Case("y", B ? "yes" : "no")
270 .Case("T", B ? "TRUE" : "FALSE")
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatProviders.h 267 .Case("Y", B ? "YES" : "NO")
268 .Case("y", B ? "yes" : "no")
270 .Case("T", B ? "TRUE" : "FALSE")
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatProviders.h 267 .Case("Y", B ? "YES" : "NO")
268 .Case("y", B ? "yes" : "no")
270 .Case("T", B ? "TRUE" : "FALSE")
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatProviders.h 267 .Case("Y", B ? "YES" : "NO")
268 .Case("y", B ? "yes" : "no")
270 .Case("T", B ? "TRUE" : "FALSE")
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatProviders.h 267 .Case("Y", B ? "YES" : "NO")
268 .Case("y", B ? "yes" : "no")
270 .Case("T", B ? "TRUE" : "FALSE")
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatProviders.h 267 .Case("Y", B ? "YES" : "NO")
268 .Case("y", B ? "yes" : "no")
270 .Case("T", B ? "TRUE" : "FALSE")

Completed in 878 milliseconds

1 2 3 45 6 7 8 91011>>