HomeSort by relevance Sort by last modified time
    Searched refs:decls (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/valgrind/main/drd/scripts/
download-and-build-splash2 90 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
download-and-build-splash2.in 90 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 31 -Wwrite-strings -Wfloat-equal -Wpointer-arith -Winit-self -Wredundant-decls \
  /external/clang/include/clang/Sema/
Scope.h 56 /// just contain loop constructs but don't contain decls.
259 decl_range decls() const { function in class:clang::Scope
  /external/clang/lib/Analysis/
CallGraph.cpp 98 for (auto *I : D->decls())
LiveVariables.cpp 378 for (const auto *DI : DS->decls())
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 104 for (const auto *I : S->decls())
LLVMConventionsChecker.cpp 148 for (auto *I : S->decls())
DeadStoresChecker.cpp 314 // Iterate through the decls. Warn if any initializers are complex
316 for (const auto *DI : DS->decls()) {
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp     [all...]
  /external/mesa3d/src/glsl/
linker.cpp     [all...]
  /external/chromium_org/v8/src/
typing.cc 728 void AstTyper::VisitDeclarations(ZoneList<Declaration*>* decls) {
729 for (int i = 0; i < decls->length(); ++i) {
730 Declaration* decl = decls->at(i);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 639 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -Wno-redundant-decls $<
642 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-undef -Wno-switch-default $<
645 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-undef -Wno-switch-default $<
648 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $<
651 $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 637 decls = self.makeCDecls(cmdinfo.elem)
638 self.cmdBody += decls[0]
640 self.cmdPointerBody += decls[1]
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 370 // Print decls in the DeclContext.
371 for (auto *I : DC->decls()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
rtcd_defs.pl 11 /* Encoder forward decls */
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 374 // The decl statement creates a scope if any of the decls in it are VLAs
376 for (auto *I : DS->decls())
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 11 /* Encoder forward decls */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 11 /* Encoder forward decls */
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 391 // ---- Methods on Decls ----
    [all...]
Stmt.h 491 decl_range decls() { return decl_range(decl_begin(), decl_end()); } function in class:clang::DeclStmt
492 decl_const_range decls() const { function in class:clang::DeclStmt
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 369 llvm::SmallVectorImpl<Decl*> &decls)
474 decls.push_back(copied_decl);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_rtcd_defs.pl 12 /* Encoder forward decls */
    [all...]

Completed in 1555 milliseconds

1 23 4 5