HomeSort by relevance Sort by last modified time
    Searched full:decls (Results 176 - 200 of 546) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bison/lib/
verify.h 128 -Wredundant-decls is used. GCC 4.3 and later have a builtin
  /external/chromium_org/third_party/libxslt/libxslt/
documents.c 232 * Restore all changed namespace URIs of ns-decls.
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_array_splitting.cpp 364 /* Replace the decls of the arrays to be split with their split
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 363 /* Replace the decls of the vectors to be split with their split
  /external/clang/include/clang/AST/
ASTTypeTraits.h 251 /// Note that we can store \c Decls, \c Stmts, \c Types,
  /external/clang/include/clang/Analysis/
CallGraph.h 52 /// Recursively walks the declaration to find all the dependent Decls as well.
  /external/clang/include/clang/Sema/
Scope.h 48 /// just contain loop constructs but don't contain decls.
TypoCorrection.h 284 // corrections that are keywords or whose decls refer to functions (or template
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 287 llvm::ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls,
  /external/clang/lib/Sema/
Sema.cpp 327 /// \brief Used to prune the decls of Sema's UnusedFileScopedDecls vector.
588 // Remove file scoped decls that turned out to be used.
701 // Output warning for unused file scoped decls.
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 289 SmallVector<Decl *, 16> Decls;
290 Decls.reserve(Record.size() - Idx);
292 Decls.push_back(ReadDecl(Record, Idx));
294 Decls.data(),
295 Decls.size())));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 117 assert(DS->isSingleDecl() && "We process decls one by one");
  /external/jpeg/
rdrle.c 22 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
rdswitch.c 16 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
  /external/libvpx/armv7a/
vp9_rtcd.h 19 /* Encoder forward decls */
  /external/libvpx/generic/
vp8_rtcd.h 18 /* Encoder forward decls */
vp9_rtcd.h 19 /* Encoder forward decls */
  /external/libvpx/mips/
vp8_rtcd.h 18 /* Encoder forward decls */
vp9_rtcd.h 19 /* Encoder forward decls */
  /external/libvpx/mips-dspr2/
vp9_rtcd.h 19 /* Encoder forward decls */
  /external/libxslt/libxslt/
documents.c 232 * Restore all changed namespace URIs of ns-decls.
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 265 Passes.add(createStripDeadPrototypesPass()); // Remove dead func decls
  /external/mesa3d/src/glsl/
opt_array_splitting.cpp 364 /* Replace the decls of the arrays to be split with their split
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 363 /* Replace the decls of the vectors to be split with their split

Completed in 1271 milliseconds

1 2 3 4 5 6 78 91011>>