/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_structure_splitting.cpp | 341 /* Replace the decls of the structures to be split with their split
|
/external/clang/include/clang/AST/ |
ASTConsumer.h | 54 /// the head of a chain of Decls (e.g. for `int a, b` the chain will have two
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 117 /// Track the top-level decls which appeared in an ASTUnit which was loaded 131 /// The files and decls are only local (and non-preamble) ones. 527 /// \brief Get the decls that are contained in a file in the Offset/Length 531 SmallVectorImpl<Decl *> &Decls); [all...] |
FrontendOptions.h | 49 PrintDeclContext, ///< Print DeclContext and their Decls.
|
/external/clang/include/clang/Lex/ |
PreprocessorOptions.h | 74 /// \brief This is a set of names for decls that we do not want to be
|
/external/clang/include/clang/Sema/ |
DelayedDiagnostic.h | 68 // These apply to member decls...
|
/external/clang/lib/Analysis/ |
UninitializedValues.cpp | 46 // DeclToIndex: a mapping from Decls we track to value indices. 146 unsigned decls = declToIndex.size(); local 147 scratch.resize(decls); 153 vals[i].resize(decls);
|
/external/clang/tools/libclang/ |
CursorVisitor.h | 100 // iteration over all Decls contained lexically within an ObjC container.
|
CIndex.cpp | 283 SmallVector<Decl *, 16> Decls; 284 Unit->findFileRegionDecls(File, Offset, Length, Decls); 286 // If we didn't find any file level decls for the file, try looking at the 288 while (Decls.empty() || Decls.front()->isTopLevelDeclInObjCContainer()) { 304 Unit->findFileRegionDecls(File, Offset, Length, Decls); 307 assert(!Decls.empty()); 311 SmallVectorImpl<Decl *>::iterator DIt = Decls.begin(); 312 for (SmallVectorImpl<Decl *>::iterator DE = Decls.end(); DIt != DE; ++DIt) { 349 // No Decls overlapped with the range. Move up the lexical context until ther [all...] |
/external/jpeg/ |
rdcolmap.c | 24 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
wrppm.c | 18 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
wrrle.c | 19 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
wrtarga.c | 17 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
/external/mesa3d/src/glsl/ |
opt_structure_splitting.cpp | 341 /* Replace the decls of the structures to be split with their split
|
/external/qemu/distrib/jpeg-6b/ |
rdcolmap.c | 24 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
wrppm.c | 18 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
wrrle.c | 19 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
wrtarga.c | 17 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
/external/valgrind/main/drd/scripts/ |
download-and-build-splash2.in | 90 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
|
/ndk/sources/host-tools/make-3.81/ |
hash.h | 1 /* hash.h -- decls for hash table
|
/external/chromium_org/v8/src/ |
typing.cc | 650 void AstTyper::VisitDeclarations(ZoneList<Declaration*>* decls) { 651 for (int i = 0; i < decls->length(); ++i) { 652 Declaration* decl = decls->at(i);
|
/external/clang/lib/Serialization/ |
ASTWriter.cpp | 865 // Decls and Types block. [all...] |
/external/linux-tools-perf/ |
Makefile | 76 EXTRA_WARNINGS := $(EXTRA_WARNINGS) -Wredundant-decls 732 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $< 735 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $< 738 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $< 741 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | [all...] |
/external/clang/lib/AST/ |
Decl.cpp | 688 // look at previous decls in here. [all...] |