HomeSort by relevance Sort by last modified time
    Searched full:initializers (Results 351 - 375 of 1236) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp 180 // Search for initializers in the initial BB.
188 // Add root initializers.
  /external/swiftshader/third_party/subzero/src/
IceDefs.h 156 /// initializers in an arena.
207 /// Destroys all GlobalVariables and initializers that this knows about
  /external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
globalinit.pnacl.ll 1 ; Test of global initializers.
5 ; Test initializers with -filetype=asm.
  /external/vboot_reference/utility/
tlcl_generator.c 35 uint32_t value; /* large enough for all initializers */
470 /* Outputs the structure initializers for all commands.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
LangOptions.def 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
139 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 89 /// \brief Resolve a handle to a list of ctor initializers into the list of
90 /// initializers themselves.
  /prebuilts/go/darwin-x86/src/go/types/
api.go 214 // InitOrder is the list of package-level initializers in the order in which
215 // they must be executed. Initializers referring to variables related by an
  /prebuilts/go/linux-x86/src/go/types/
api.go 214 // InitOrder is the list of package-level initializers in the order in which
215 // they must be executed. Initializers referring to variables related by an
  /art/runtime/
common_runtime_test.h 180 // initializers, initialize well-known classes, and creates the heap thread pool.
mem_map.h 51 // For this to work, it is paramount that there are no other static initializers that access MemMap.
  /bootable/recovery/tools/dumpkey/
DumpPublicKey.java 35 * and output source code with data initializers for the keys.

Completed in 664 milliseconds

<<11121314151617181920>>