HomeSort by relevance Sort by last modified time
    Searched defs:Initializers (Results 1 - 13 of 13) sorted by null

  /frameworks/rs/rsov/compiler/
GlobalMergePass.cpp 176 SmallVector<Constant *, 8> Initializers;
177 Initializers.reserve(Globals.size());
180 Initializers.push_back(G->getInitializer());
182 ArrayRef<Constant *> ArrInit(Initializers.begin(), Initializers.end());
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 12 /// declarations, and the corresponding variable initializers in Subzero.
14 /// Global variable initializers are represented as a sequence of simple
15 /// initializers.
219 /// Models a global variable declaration, and its initializers.
402 /// Models the list of initializers.
421 const InitializerListType &getInitializers() const { return Initializers; }
428 return !(Initializers.size() == 1 &&
429 llvm::isa<ZeroInitializer>(Initializers[0]));
435 for (const auto *Init : Initializers) {
441 /// Adds Initializer to the list of initializers. Takes ownership of th
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 461 SmallVector<Constant *, 16> Initializers;
466 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases()));
467 Initializers.push_back(
477 Initializers.push_back(C);
479 ArrayType *ArrayOfInt64Ty = ArrayType::get(Int64Ty, Initializers.size());
482 ConstantArray::get(ArrayOfInt64Ty, Initializers),
EfficiencySanitizer.cpp 404 SmallVector<Constant *, 16> Initializers;
448 Initializers.push_back(
476 ConstantArray::get(StructInfoArrayTy, Initializers)),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 224 /// that appear in constant initializers to their evaluated values. These are
354 /// \brief Initializers for a module, in order. Each Decl will be either
359 llvm::SmallVector<Decl*, 4> Initializers;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 432 milliseconds