HomeSort by relevance Sort by last modified time
    Searched refs:addCase (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestSuite.java 57 public void addCase(TestCase testCase) {
TestListParser.java 98 suite.addCase(testCase);
  /external/clang/lib/CodeGen/
CGAtomic.cpp 288 SI->addCase(CGF.Builder.getInt32(AtomicExpr::AO_ABI_memory_order_consume),
290 SI->addCase(CGF.Builder.getInt32(AtomicExpr::AO_ABI_memory_order_acquire),
298 SI->addCase(CGF.Builder.getInt32(AtomicExpr::AO_ABI_memory_order_seq_cst),
339 SI->addCase(CGF.Builder.getInt1(false), StrongBB);
    [all...]
CGCleanup.cpp 306 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
366 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block);
772 Switch->addCase(Builder.getInt32(0), FallthroughDest);
776 Switch->addCase(Scope.getBranchAfterIndex(I),
    [all...]
CGStmt.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/deqp/executor/
xeTestCase.hpp 163 void addCase (const TestCase* testCase);
xeBatchExecutor.cpp 74 executeSet.addCase(testCase);
92 requestSet.addCase(testCase);
xeTestCase.cpp 377 addCase(static_cast<const TestCase*>(node));
386 void TestSet::addCase (const TestCase* testCase)
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 158 sw->addCase(irb_->getInt32(payload->first_key + i), llvm_bb);
185 sw->addCase(irb_->getInt32(keys[i]), llvm_bb);
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 557 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context),
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
Instructions.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 

Completed in 422 milliseconds

1 2