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

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 33 // Name of metadata node where pragma info resides (should be synced with
35 const llvm::StringRef pragma_metadata_name("#pragma");
134 const llvm::NamedMDNode *pragma = local
161 string_pool_size += getMetadataStringLength<2>(pragma);
205 // #pragma
207 // Pragma is actually a key-value pair. The value can be an empty string while
209 if (pragma != NULL) {
211 FOR_EACH_NODE_IN(pragma, node) {
215 ALOGW("%s contains pragma metadata with empty key (skip)!",
223 } // pragma != NUL
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 137 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \
237 unsigned int GTY ((tag ("CPP_TOKEN_FLD_PRAGMA"))) pragma; member in union:cpp_token_u
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 137 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \
237 unsigned int GTY ((tag ("CPP_TOKEN_FLD_PRAGMA"))) pragma; member in union:cpp_token_u
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 137 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \
237 unsigned int GTY ((tag ("CPP_TOKEN_FLD_PRAGMA"))) pragma; member in union:cpp_token_u
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 137 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \
237 unsigned int GTY ((tag ("CPP_TOKEN_FLD_PRAGMA"))) pragma; member in union:cpp_token_u
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 612 milliseconds