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

1 2 3 4

  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 21 template<typename ...Inits>
22 void init_me(Inits ...inits) {
23 any array[sizeof...(inits)] = { inits... };
  /external/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /external/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 34 return ArrayType::get(StatTy, Inits.size());
50 Inits.push_back(ConstantArray::get(
67 ConstantInt::get(IntPtrTy, Inits.size() - 1),
73 if (Inits.empty()) {
88 ConstantInt::get(Int32Ty, Inits.size()),
89 ConstantArray::get(makeModuleStatsArrayTy(), Inits)}));
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 69 ConstantArray *Inits = dyn_cast<ConstantArray>(LLVMUsed->getInitializer());
70 if (Inits == 0) return;
72 for (unsigned i = 0, e = Inits->getNumOperands(); i != e; ++i)
74 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
StripSymbols.cpp 198 ConstantArray *Inits = dyn_cast<ConstantArray>(LLVMUsed->getInitializer());
199 if (Inits == 0) return;
201 for (unsigned i = 0, e = Inits->getNumOperands(); i != e; ++i)
203 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 42 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
44 for (unsigned i = 0, e = Inits->getNumOperands(); i != e; ++i) {
45 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases();
StripSymbols.cpp 196 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
198 for (unsigned i = 0, e = Inits->getNumOperands(); i != e; ++i)
200 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 132 std::vector<Constant*> Inits;
140 Inits.push_back(Globals[j]->getInitializer());
144 Constant *MergedInit = ConstantStruct::get(MergedTy, Inits);
  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 134 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
135 for (auto &V : Inits->operands())
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 297 ConstantArray *Inits = dyn_cast<ConstantArray>(LLVMUsed->getInitializer());
298 if (Inits == 0) return;
300 for (unsigned i = 0, e = Inits->getNumOperands(); i != e; ++i)
302 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 435 std::vector<Constant*> Inits;
444 Inits.push_back(Globals[j]->getInitializer());
448 Constant *MergedInit = ConstantStruct::get(MergedTy, Inits);

Completed in 1387 milliseconds

1 2 3 4