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

<<11121314151617181920>>

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 386 // ---- Methods on Decls ----
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 373 // ---- Methods on Decls ----
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 61 #include "priv_syswrap-generic.h" /* for decls of generic wrappers */
62 #include "priv_syswrap-linux.h" /* for decls of linux-ish wrappers */
63 #include "priv_syswrap-linux-variants.h" /* decls of linux variant wrappers */
    [all...]
syswrap-ppc64-linux.c 55 #include "priv_syswrap-generic.h" /* for decls of generic wrappers */
56 #include "priv_syswrap-linux.h" /* for decls of linux-ish wrappers */
    [all...]
  /external/chromium_org/third_party/libxml/src/
configure.in 659 CFLAGS="${CFLAGS} -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
856 CFLAGS="-g -O -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall"
    [all...]
  /external/clang/include/clang/Driver/
CC1Options.td 336 HelpText<"Print DeclContexts and their Decls">;
425 def dump_deserialized_pch_decls : Flag<["-"], "dump-deserialized-decls">,
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 213 /// types and decls used within the AST file.
408 /// \brief Record code for the array of unused file scoped decls.
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/elfutils/libdw/
ChangeLog 285 * libdw.h: Update decls.
287 * libdwP.h: Update decls.
    [all...]
  /bionic/libc/include/netinet/
icmp6.h 105 /* RFC2292 decls */
  /development/ndk/platforms/android-3/include/netinet/
icmp6.h 102 /* RFC2292 decls */
  /external/chromium_org/v8/src/
prettyprinter.cc 732 IndentedScope indent(this, "DECLS");
  /external/clang/docs/
LibASTMatchersTutorial.rst 512 ``VarDecl``) is ``NULL`` and compare the canonical Decls.
  /external/clang/include/clang/Basic/
Attr.td 9 // Decls and Stmts are possibly AttrSubjects (even though the syntax may not
DiagnosticGroups.td 224 def : DiagGroup<"redundant-decls">;
  /external/clang/include/clang/Parse/
Parser.h 210 /// True if we are within an Objective-C container while parsing C-like decls.
213 /// to parse the C-like decls, meaning Actions.getObjCDeclContext() will
820 SmallVector<Decl*, 2> Decls;
828 void addDecl(Decl *D) { Decls.push_back(D); }
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 148 /// Objects are identified with only two Decls to make it reasonably fast to
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 92 // Ignore decls from the PCH.
  /external/clang/lib/AST/
DumpXML.cpp 391 /// Visit all the lexical decls in the given context.
  /external/clang/lib/CodeGen/
CGDebugInfo.h 312 /// createContextChain - Create a set of decls for the context chain.
  /external/elfutils/libelf/
ChangeLog 203 * gelf.h: Remove decls.
  /external/jpeg/
cjpeg.c 26 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
djpeg.c 26 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 18 /* Encoder forward decls */
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 11 /* Encoder forward decls */

Completed in 6627 milliseconds

<<11121314151617181920>>