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

  /external/chromium_org/third_party/angle/src/compiler/translator/
DirectiveHandler.h 11 #include "compiler/translator/Pragma.h"
24 const TPragma& pragma() const { return mPragma; } function in class:TDirectiveHandler
ParseContext.h 114 const TPragma& pragma() const { return directiveHandler.pragma(); } function in struct:TParseContext
  /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");
117 const llvm::NamedMDNode *pragma = local
144 string_pool_size += getMetadataStringLength<2>(pragma);
176 // #pragma
178 // Pragma is actually a key-value pair. The value can be an empty string while
180 if (pragma != NULL) {
182 FOR_EACH_NODE_IN(pragma, node) {
186 ALOGW("%s contains pragma metadata with empty key (skip)!",
194 } // pragma != NUL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 145 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \
245 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 130 milliseconds