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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 227 /// case of "implicit" properties (regular methods accessed via dot syntax).
396 .Case("co_return", 0)
397 .Case("co_await", 1)
398 .Case("co_yield", 2);
405 case 0: return "co_return";
406 case 1: return "co_await";
407 case 2: return "co_yield";
723 case CR_Default:
725 case CR_OpenMP:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 227 /// case of "implicit" properties (regular methods accessed via dot syntax).
396 .Case("co_return", 0)
397 .Case("co_await", 1)
398 .Case("co_yield", 2);
405 case 0: return "co_return";
406 case 1: return "co_await";
407 case 2: return "co_yield";
723 case CR_Default:
725 case CR_OpenMP:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 227 /// case of "implicit" properties (regular methods accessed via dot syntax).
396 .Case("co_return", 0)
397 .Case("co_await", 1)
398 .Case("co_yield", 2);
405 case 0: return "co_return";
406 case 1: return "co_await";
407 case 2: return "co_yield";
723 case CR_Default:
725 case CR_OpenMP:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 227 /// case of "implicit" properties (regular methods accessed via dot syntax).
396 .Case("co_return", 0)
397 .Case("co_await", 1)
398 .Case("co_yield", 2);
405 case 0: return "co_return";
406 case 1: return "co_await";
407 case 2: return "co_yield";
723 case CR_Default:
725 case CR_OpenMP:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 227 /// case of "implicit" properties (regular methods accessed via dot syntax).
396 .Case("co_return", 0)
397 .Case("co_await", 1)
398 .Case("co_yield", 2);
405 case 0: return "co_return";
406 case 1: return "co_await";
407 case 2: return "co_yield";
723 case CR_Default:
725 case CR_OpenMP:
    [all...]
  /system/tools/aidl/
ast_java.cpp 338 Case::Case(const string& c) { cases.push_back(c); }
340 void Case::Write(CodeWriter* to) const {
346 to->Write("case %s:\n", s.c_str());
  /external/clang/lib/Analysis/
BodyFarm.cpp 376 .Case("dispatch_sync", create_dispatch_sync)
377 .Case("dispatch_once", create_dispatch_once)
  /external/clang/lib/Frontend/
DependencyFile.cpp 128 .Case("<built-in>", true)
129 .Case("<stdin>", true)
320 /// BSD Make is the simplest case: It does no escaping at all. This means
327 /// filename, it should be escaped as well. (As a special case, $ is escaped
341 /// A corner case that GCC gets only partly right is when the original filename
352 /// original string, which probably doesn't exist either; in any case it won't
436 // sure to leave space for a trailing " \" in case we need to
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 403 .Case(F_SETFD, If(long_arg == O_CLOEXEC, Allow()).Else(Error(EINVAL)))
404 .Case(F_SETFL, Error(EPERM))
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 164 case ISD::MUL:
166 case ISD::BR_CC:
168 case ISD::ConstantPool:
170 case ISD::GlobalAddress:
172 case ISD::BlockAddress:
174 case ISD::JumpTable:
176 case ISD::SELECT_CC:
178 case ISD::SETCC:
180 case ISD::SETCCE:
182 case ISD::SRL_PARTS
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/hex/
hex_test.go 42 // Case for decoding uppercase hex characters, since
  /prebuilts/go/linux-x86/src/encoding/hex/
hex_test.go 42 // Case for decoding uppercase hex characters, since
  /external/clang/lib/Driver/
ToolChains.cpp 108 .Case("armv6k", "armv6")
109 .Case("armv6m", "armv6m")
110 .Case("armv5tej", "armv5")
111 .Case("xscale", "xscale")
112 .Case("armv4t", "armv4t")
113 .Case("armv7", "armv7")
158 case llvm::Triple::aarch64:
161 case llvm::Triple::thumb:
162 case llvm::Triple::arm:
214 case Action::LipoJobClass
    [all...]
Job.cpp 65 .Case("-MMD", true)
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 244 .Case(F_SETFL,
272 case __NR_kill:
273 case __NR_tgkill: {
277 case __NR_tkill:
305 case __NR_sched_getaffinity:
306 case __NR_sched_getattr:
307 case __NR_sched_getparam:
308 case __NR_sched_getscheduler:
309 case __NR_sched_rr_get_interval:
310 case __NR_sched_setaffinity
    [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 70 #define HANDLE_DI_FLAG(ID, NAME) .Case("DIFlag" #NAME, Flag##NAME)
80 case Flag##NAME: \
383 .Case("NoDebug", NoDebug)
384 .Case("FullDebug", FullDebug)
385 .Case("LineTablesOnly", LineTablesOnly)
391 case NoDebug: return "NoDebug";
392 case FullDebug: return "FullDebug";
393 case LineTablesOnly: return "LineTablesOnly";
553 case dwarf::DW_OP_bit_piece:
555 case dwarf::DW_OP_plus
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 36 case FK_PCRel_1:
37 case FK_SecRel_1:
38 case FK_Data_1:
40 case FK_PCRel_2:
41 case FK_SecRel_2:
42 case FK_Data_2:
44 case FK_PCRel_4:
45 case X86::reloc_riprel_4byte:
46 case X86::reloc_riprel_4byte_relax:
47 case X86::reloc_riprel_4byte_relax_rex
    [all...]
  /system/tools/hidl/utils/
StringHelper.cpp 143 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) {
145 case kCamelCase:
147 case kPascalCase:
149 case kUpperSnakeCase:
151 case kLowerSnakeCase:
153 case kNoCase:
  /build/soong/ui/build/
build.go 72 ctx.Fatalln("Failed to check case sensitivity:", err)
77 ctx.Fatalln("Failed to check case sensitivity:", err)
82 ctx.Fatalln("Failed to check case sensitivity:", err)
87 ctx.Println("You are building on a case-insensitive filesystem.")
88 ctx.Println("Please move your source tree to a case-sensitive filesystem.")
90 ctx.Fatalln("Case-insensitive filesystems not supported")
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
facp.asl 101 Sealed Case (V3) : 0
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp 137 // the expected values here instead of get the expected values directly from the test case.
188 // For comparing 32-bit floats, we just need the expected value precomputed in the test case.
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 520 template <class Case>
540 group->addChild(new Case(eglTestCtx, params[ndx]));
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 355 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
356 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor());
502 // case.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 4 Delphi DUnit Test Case
6 This unit contains a skeleton test case class generated by the Test Case Wizard.
  /external/autotest/client/tools/
html_report.py 212 * @todo Add style classes to colgroup tags after sorting/filtering in case the user wants to highlight the whole column
271 // Case-insensitive Sort
    [all...]

Completed in 1265 milliseconds

1 2 3 4 5 6 78 91011>>