HomeSort by relevance Sort by last modified time
    Searched refs:CreateSwitch (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/
about_flags_unittest.cc 411 CommandLine::StringType CreateSwitch(const std::string& value) {
437 EXPECT_EQ(1U, difference.count(CreateSwitch(kDoubleDash + kSwitch1)));
465 EXPECT_EQ(1U, difference.count(CreateSwitch(kDoubleDash + kSwitch1)));
467 difference.count(CreateSwitch(kDoubleDash + kSwitch2 + "=" +
  /external/clang/lib/CodeGen/
CGAtomic.cpp 271 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(FailureOrderVal, MonotonicBB);
338 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(IsWeak, WeakBB);
815 llvm::SwitchInst *SI = Builder.CreateSwitch(Order, MonotonicBB);
    [all...]
CGStmt.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 152 irb_->CreateSwitch(value, GetLLVMBlock(bb->fall_through),
179 irb_->CreateSwitch(value, GetLLVMBlock(bb->fall_through),
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 558 SwitchInst *CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10,
    [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 147 milliseconds