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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/AST/
ExprConstant.cpp 618 case EM_ConstantFold:
619 case EM_IgnoreSideEffects:
620 case EM_EvaluateForOverflow:
624 case EM_ConstantExpression:
625 case EM_PotentialConstantExpression:
626 case EM_ConstantExpressionUnevaluated:
627 case EM_PotentialConstantExpressionUnevaluated:
628 case EM_DesignatorFold:
711 case EM_PotentialConstantExpression:
712 case EM_PotentialConstantExpressionUnevaluated
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 451 // evaluate E for side-effects. In either case, we shouldn't lower to
482 case Builtin::BI__builtin___CFStringMakeConstantString:
483 case Builtin::BI__builtin___NSStringMakeConstantString:
485 case Builtin::BI__builtin_stdarg_start:
486 case Builtin::BI__builtin_va_start:
487 case Builtin::BI__va_start:
488 case Builtin::BI__builtin_va_end:
494 case Builtin::BI__builtin_va_copy: {
505 case Builtin::BI__builtin_abs:
506 case Builtin::BI__builtin_labs
    [all...]
CodeGenModule.cpp 66 case TargetCXXABI::GenericAArch64:
67 case TargetCXXABI::GenericARM:
68 case TargetCXXABI::iOS:
69 case TargetCXXABI::iOS64:
70 case TargetCXXABI::WatchOS:
71 case TargetCXXABI::GenericMIPS:
72 case TargetCXXABI::GenericItanium:
73 case TargetCXXABI::WebAssembly:
75 case TargetCXXABI::Microsoft:
167 case ObjCRuntime::GNUstep
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 142 case ISD::LOAD:
143 case ISD::STORE:
144 case ISD::BUILD_VECTOR:
145 case ISD::BITCAST:
146 case ISD::EXTRACT_VECTOR_ELT:
147 case ISD::INSERT_VECTOR_ELT:
148 case ISD::INSERT_SUBVECTOR:
149 case ISD::EXTRACT_SUBVECTOR:
150 case ISD::SCALAR_TO_VECTOR:
152 case ISD::CONCAT_VECTORS
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 115 # getproxies_environment use lowered case truncated (no '_proxy') keys
336 Case does not matter on the hex letters.
487 # Test unquoting on mixed-case hex digits in the percent-escapes
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 187 $line =~ s/Case map/MAP/;
  /external/llvm/include/llvm/Support/
Dwarf.h 67 case DW_TAG_array_type:
68 case DW_TAG_class_type:
69 case DW_TAG_interface_type:
70 case DW_TAG_enumeration_type:
71 case DW_TAG_pointer_type:
72 case DW_TAG_reference_type:
73 case DW_TAG_rvalue_reference_type:
74 case DW_TAG_string_type:
75 case DW_TAG_structure_type:
76 case DW_TAG_subroutine_type
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Dwarf.h 531 // Identifier case codes
697 /// CaseString - Return the string for the specified identifier case.
699 const char *CaseString(unsigned Case);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 114 // case group is selected, and the second field is a vector containing the
115 // cases composing the case group.
119 // and the second field contains the value generated for a certain case in the
123 /// ValueEqualityComparisonCase - Represents a case of a switch.
267 /// don't handle the true generality of domination here, just a special case
447 // Pattern match a special case
486 // Pattern match a special case:
509 // Pattern match a special case:
579 /// One "Extra" case is allowed to differ from the other.
613 // We allow only one "Extra" case to be checked before the switc
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h 180 case InstArithmetic::And:
181 case InstArithmetic::Or:
192 case InstCast::Trunc:
212 case InstCast::Sext:
214 case InstCast::Zext:
231 case PK_Icmp64:
233 case PK_Fcmp:
246 case PK_Icmp32:
247 case PK_Icmp64:
248 case PK_Fcmp
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp 478 // None of the specific case has been detected, give generic error
505 case Builtin::BIread_pipe:
506 case Builtin::BIreserve_read_pipe:
507 case Builtin::BIcommit_read_pipe:
508 case Builtin::BIwork_group_reserve_read_pipe:
509 case Builtin::BIsub_group_reserve_read_pipe:
510 case Builtin::BIwork_group_commit_read_pipe:
511 case Builtin::BIsub_group_commit_read_pipe:
519 case Builtin::BIwrite_pipe:
520 case Builtin::BIreserve_write_pipe
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 269 template<typename Case>
272 typename Case::Resources resources;
273 Unique<typename Case::Type> object;
275 Dependency (const Environment& env, const typename Case::Parameters& params)
277 , object (Case::create(env, resources, params))
1069 case VK_SHADER_STAGE_VERTEX_BIT:
1074 case VK_SHADER_STAGE_FRAGMENT_BIT:
1079 case VK_SHADER_STAGE_COMPUTE_BIT:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 318 case Instruction::And:
323 case Instruction::Or:
324 case Instruction::Xor:
328 case Instruction::Mul:
333 case Instruction::Add:
334 case Instruction::Sub:
338 case Instruction::Or:
343 case Instruction::And:
386 // commutative case, "(A op' B) op (C op' A)"?
408 // commutative case, "(A op' B) op (B op' D)"
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 164 // Case-folded literals
322 case OpStar, OpPlus, OpQuest, OpRepeat:
327 case OpLiteral:
345 case OpEndText:
349 case OpLiteral:
353 case OpConcat, OpAlternate:
357 case OpStar, OpPlus, OpQuest:
359 case OpRepeat:
362 case OpCapture:
368 case OpCharClass
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse_test.go 164 // Case-folded literals
322 case OpStar, OpPlus, OpQuest, OpRepeat:
327 case OpLiteral:
345 case OpEndText:
349 case OpLiteral:
353 case OpConcat, OpAlternate:
357 case OpStar, OpPlus, OpQuest:
359 case OpRepeat:
362 case OpCapture:
368 case OpCharClass
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 613 .Case(#NAME, diag::warn_cxx11_keyword)
727 case CLK_Lexer:
730 case CLK_PTHLexer:
733 case CLK_TokenLexer:
736 case CLK_CachingLexer:
740 case CLK_LexAfterModuleImport:
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib.py 165 # getproxies_environment use lowered case truncated (no '_proxy') keys
544 Case does not matter on the hex letters.
696 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 273 // vector widening case (e.g. <2 x float> -> <4 x float>). Extract the
331 // Handle the vector case separately.
343 assert(!ValueVT.isVector() && "Vector case handled elsewhere");
449 // Bitconvert vector->vector case.
455 // Vector widening case, e.g. <2 x float> -> <4 x float>. Shuffle in
    [all...]
  /prebuilts/go/darwin-x86/src/time/
format_test.go 57 // Three-letter months and days must not be followed by lower-case letter.
151 // Case should not matter
161 // Month and day names only match when not followed by a lower-case letter.
234 case test.ok && err == nil:
236 case !test.ok && err != nil:
240 case test.ok && err != nil:
242 case !test.ok && err == nil:
406 {"ESASTT hi", 0, false}, // run of upper-case letters too long.
  /prebuilts/go/linux-x86/src/time/
format_test.go 57 // Three-letter months and days must not be followed by lower-case letter.
151 // Case should not matter
161 // Month and day names only match when not followed by a lower-case letter.
234 case test.ok && err == nil:
236 case !test.ok && err != nil:
240 case test.ok && err != nil:
242 case !test.ok && err == nil:
406 {"ESASTT hi", 0, false}, // run of upper-case letters too long.

Completed in 4450 milliseconds

1 2 3 4 5 6 7 8 91011>>