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

<<111213

  /external/llvm/lib/IR/
Verifier.cpp 218 /// This allows us to do efficient dominance checks for the case when an
696 case Metadata::MDTupleKind:
699 case Metadata::CLASS##Kind: \
746 assert(ActualF && "Unimplemented function local metadata case!");
    [all...]
Instructions.cpp 149 // The case where the first value is this PHI.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 296 case CFGElement::Statement:
299 case CFGElement::Initializer:
302 case CFGElement::NewAllocator:
306 case CFGElement::AutomaticObjectDtor:
307 case CFGElement::DeleteDtor:
308 case CFGElement::BaseDtor:
309 case CFGElement::MemberDtor:
310 case CFGElement::TemporaryDtor:
548 case CFGElement::AutomaticObjectDtor:
551 case CFGElement::BaseDtor
    [all...]
BugReporter.cpp 115 case clang::ento::PathDiagnosticPiece::Call:
118 case clang::ento::PathDiagnosticPiece::Macro:
121 case clang::ento::PathDiagnosticPiece::ControlFlow:
123 case clang::ento::PathDiagnosticPiece::Event: {
168 case PathDiagnosticPiece::Call: {
183 case PathDiagnosticPiece::Macro: {
190 case PathDiagnosticPiece::Event: {
198 case PathDiagnosticPiece::ControlFlow:
412 case Stmt::ForStmtClass:
413 case Stmt::DoStmtClass
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 150 // reality, we could transform this case, but since the condition will be
210 /// don't handle the true generality of domination here, just a special case
267 case Instruction::Load:
275 case Instruction::GetElementPtr:
281 case Instruction::Add:
282 case Instruction::Sub:
283 case Instruction::And:
284 case Instruction::Or:
285 case Instruction::Xor:
286 case Instruction::Shl
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 443 // and not being present, so we have to consider the case of time_zone
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 130 // Save the start bit of the actual bitcode, in case there is space
475 case Instruction::Trunc : return bitc::CAST_TRUNC;
476 case Instruction::ZExt : return bitc::CAST_ZEXT;
477 case Instruction::SExt : return bitc::CAST_SEXT;
478 case Instruction::FPToUI : return bitc::CAST_FPTOUI;
479 case Instruction::FPToSI : return bitc::CAST_FPTOSI;
480 case Instruction::UIToFP : return bitc::CAST_UITOFP;
481 case Instruction::SIToFP : return bitc::CAST_SITOFP;
482 case Instruction::FPTrunc : return bitc::CAST_FPTRUNC;
483 case Instruction::FPExt : return bitc::CAST_FPEXT
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 626 // In this case transform is only valid when base dominates derived
667 // In this case, we can not find the bitcast any more. So we insert a new bitcast
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 443 // and not being present, so we have to consider the case of time_zone
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 4 Delphi DUnit Test Case
6 This unit contains a skeleton test case class generated by the Test Case Wizard.
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 33 int Case = transform_traits<TransformType>::IsProjective ? 0
178 * A little exception to the "as pure matrix product" rule is the case of the
180 * that case the last matrix row can be ignored, and the product returns non
460 * mode is no isometry. In that case, the returned transform is an affinity.
475 * mode is no isometry. In that case, the returned transform is an affinity.
    [all...]
  /external/v8/src/js/
i18n.js 375 case 'boolean':
378 case 'string':
381 case 'number':
767 * Canonicalizes the language tag, or throws in case the tag is invalid.
777 // Optimize for the most common case; a language code alone in
793 // is already checked. If that's the case, remove this.
976 ['base', 'accent', 'case', 'variant']);
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 187 // The fall-through path is covered by the default case, hence +1 here.
193 dispatch.Case(static_cast<int>(i));
225 case CMD_BREAK: // We should never see break/continue in top-level.
226 case CMD_CONTINUE:
228 case CMD_RETURN:
231 case CMD_ASYNC_RETURN:
234 case CMD_RETHROW:
257 case CMD_BREAK:
260 case CMD_CONTINUE:
261 case CMD_RETURN
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 145 // encounter this name in a #include with the wrong case. For now,
147 // and Boost headers. Improper case for these #includes is a
191 .Case("cwctype", true)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86Base.h 118 case RCX86_Is64To8:
120 case RCX86_Is32To8:
122 case RCX86_Is16To8:
124 case RCX86_IsTrunc8Rcvr:
126 case RCX86_IsAhRcvr:
359 /// Lowering of a cluster of switch cases. If the case is not matched control
363 void lowerCaseCluster(const CaseCluster &Case, Operand *Src0, bool DoneCmp,
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 248 case p.tok.IsLiteral():
250 case p.tok.IsOperator(), p.tok.IsKeyword():
400 // for the common case of a missing comma before a newline.
414 case token.COMMA:
418 case token.SEMICOLON:
454 case token.BREAK, token.CONST, token.CONTINUE, token.DEFER,
479 case token.EOF:
492 case token.CONST, token.TYPE, token.VAR:
503 case token.EOF:
582 case token.DEFINE
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 248 case p.tok.IsLiteral():
250 case p.tok.IsOperator(), p.tok.IsKeyword():
400 // for the common case of a missing comma before a newline.
414 case token.COMMA:
418 case token.SEMICOLON:
454 case token.BREAK, token.CONST, token.CONTINUE, token.DEFER,
479 case token.EOF:
492 case token.CONST, token.TYPE, token.VAR:
503 case token.EOF:
582 case token.DEFINE
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 294 // case-insensitive scheme
423 // worst case host, still round trips
433 // worst case path, still round trips
1174 // Case sensitive:
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 294 // case-insensitive scheme
423 // worst case host, still round trips
433 // worst case path, still round trips
1174 // Case sensitive:
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 70 case AttributeList::AT_ObjCGC: WhichType = TDS_Pointer; break;
71 case AttributeList::AT_ObjCOwnership: WhichType = TDS_ObjCObjOrBlock; break;
82 // The GC attributes are usually written with macros; special-case them.
100 case AttributeList::AT_ObjCGC: \
101 case AttributeList::AT_ObjCOwnership
105 case AttributeList::AT_CDecl: \
106 case AttributeList::AT_FastCall: \
107 case AttributeList::AT_StdCall: \
108 case AttributeList::AT_ThisCall: \
109 case AttributeList::AT_Pascal:
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 56 FoldCase Flags = 1 << iota // case-insensitive match
125 // Case-insensitive rune like [Aa] or [??].
130 // Rewrite as (case-insensitive) literal.
270 // In that case the depth of any >= 2 nesting can only get to 9 without
308 // Empty concatenation is special case.
333 // Empty alternate is special case
345 case OpCharClass:
614 case 0, 1:
618 case 2:
665 case 0
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 56 FoldCase Flags = 1 << iota // case-insensitive match
125 // Case-insensitive rune like [Aa] or [??].
130 // Rewrite as (case-insensitive) literal.
270 // In that case the depth of any >= 2 nesting can only get to 9 without
308 // Empty concatenation is special case.
333 // Empty alternate is special case
345 case OpCharClass:
614 case 0, 1:
618 case 2:
665 case 0
    [all...]
  /prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/
lombok.ast-0.2.3.a2.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 

Completed in 648 milliseconds

<<111213