HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 1376 - 1400 of 1469) sorted by null

<<515253545556575859

  /external/clang/lib/CodeGen/
CGBuiltin.cpp 18 #include "clang/Basic/TargetInfo.h"
19 #include "clang/AST/APValue.h"
20 #include "clang/AST/ASTContext.h"
21 #include "clang/AST/Decl.h"
22 #include "clang/Basic/TargetBuiltins.h"
26 using namespace clang;
805 // Clang extensions: not overloaded yet.
    [all...]
ItaniumCXXABI.cpp 25 #include <clang/AST/Mangle.h>
26 #include <clang/AST/Type.h>
31 using namespace clang;
    [all...]
CGCleanup.h 26 namespace clang { namespace
CGExprScalar.cpp 14 #include "clang/Frontend/CodeGenOptions.h"
20 #include "clang/AST/ASTContext.h"
21 #include "clang/AST/DeclObjC.h"
22 #include "clang/AST/RecordLayout.h"
23 #include "clang/AST/StmtVisitor.h"
24 #include "clang/Basic/TargetInfo.h"
34 using namespace clang;
    [all...]
CGObjCMac.cpp 21 #include "clang/AST/ASTContext.h"
22 #include "clang/AST/Decl.h"
23 #include "clang/AST/DeclObjC.h"
24 #include "clang/AST/RecordLayout.h"
25 #include "clang/AST/StmtObjC.h"
26 #include "clang/Basic/LangOptions.h"
27 #include "clang/Frontend/CodeGenOptions.h"
42 using namespace clang;
176 // SuperCTy - clang type for struct objc_super.
178 // SuperPtrCTy - clang type for struct objc_super *
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 14 #include "clang/Parse/ParseDiagnostic.h"
15 #include "clang/Parse/Parser.h"
17 #include "clang/Sema/DeclSpec.h"
18 #include "clang/Sema/Scope.h"
19 #include "clang/Sema/ParsedTemplate.h"
22 using namespace clang;
    [all...]
ParseObjc.cpp 14 #include "clang/Parse/ParseDiagnostic.h"
15 #include "clang/Parse/Parser.h"
17 #include "clang/Sema/DeclSpec.h"
18 #include "clang/Sema/PrettyDeclStackTrace.h"
19 #include "clang/Sema/Scope.h"
21 using namespace clang;
    [all...]
ParseDecl.cpp 14 #include "clang/Parse/Parser.h"
15 #include "clang/Parse/ParseDiagnostic.h"
16 #include "clang/Basic/OpenCL.h"
17 #include "clang/Sema/Scope.h"
18 #include "clang/Sema/ParsedTemplate.h"
19 #include "clang/Sema/PrettyDeclStackTrace.h"
23 using namespace clang;
61 #include "clang/Parse/AttrLateParsed.inc"
    [all...]
  /external/llvm/docs/
GettingStarted.html 809 <p>If you want to check out clang too, run:</p>
814 git clone http://llvm.org/git/clang.git
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteRope.cpp 14 #include "clang/Rewrite/RewriteRope.h"
15 #include "clang/Basic/LLVM.h"
17 using namespace clang;
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp     [all...]
  /external/clang/docs/
BlockLanguageSpec.txt 31 Variadic ... arguments are supported. [variadic.c] A Block that takes no arguments must specify void in the argument list [voidarg.c]. An empty parameter list does not represent, as K&R provide, an unspecified argument list. Note: both gcc and clang support K&R style as a convenience.
  /external/clang/include/clang/AST/
DeclTemplate.h 17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/TemplateBase.h"
22 namespace clang { namespace
    [all...]
OperationKinds.h 18 namespace clang { namespace
  /external/clang/utils/TableGen/
NeonEmitter.cpp 1 //===- NeonEmitter.cpp - Generate arm_neon.h for use with clang -*- C++ -*-===//
17 // by calling a __builtin_-prefixed function which will be handled by clang's
291 /// BuiltinTypeString - for a modifier and type, generate the clang
292 /// BuiltinsARM.def prototype code for the function. See the top of clang's
    [all...]
  /external/llvm/
Makefile.config.in 59 PROJ_SRC_DIR := $(patsubst $(LLVM_SRC_ROOT)/tools/clang%,$(CLANG_SRC_ROOT)%,$(PROJ_SRC_DIR))
  /external/llvm/docs/CommandGuide/
lit.pod 13 B<lit> is a portable tool for executing LLVM and Clang style test suites,
  /external/llvm/lib/VMCore/
BasicBlock.cpp 341 // yet. Clang's CodeGenFunction::EmitReturnBlock() likes to do this.
  /external/llvm/test/CodeGen/X86/
dbg-inline.ll 72 !0 = metadata !{i32 655377, i32 0, i32 4, metadata !"/Volumes/Athwagate/R9747970/apf.cc", metadata !"/private/tmp", metadata !"clang version 3.0 (trunk 136149)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
  /external/clang/include/clang/Basic/
Builtins.def 19 // builtin, and results in a clang::builtin::BIXX enum value for XX.
605 // GCC does not support these, they are a Clang extension.
    [all...]
  /external/clang/www/timing-data/2009-03-02/
176.gcc.txt 3 ccc_gcc = """/Volumes/Data/ddunbar/zorg/xcb_scripts/cc/xcc.fb -ccc-no-clang"""
7 "/Volumes/Data/ddunbar/llvm.install/bin/clang" "-S" "-disable-free" "--relocation-model=pic" "--disable-fp-elim" "--nozero-initialized-in-bss" "--unwind-tables=1" "--mcpu=core2" "--fmath-errno=0" "-mmacosx-version-min=10.6.0" "-arch" "x86_64" "-o" "/tmp/tmp62ee6x.s" "-x" "c" "/dev/null"
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 14 #include "clang/Sema/SemaInternal.h"
15 #include "clang/Sema/CXXFieldCollector.h"
16 #include "clang/Sema/Scope.h"
17 #include "clang/Sema/Initialization.h"
18 #include "clang/Sema/Lookup.h"
19 #include "clang/AST/ASTConsumer.h"
20 #include "clang/AST/ASTContext.h"
21 #include "clang/AST/ASTMutationListener.h"
22 #include "clang/AST/CharUnits.h"
23 #include "clang/AST/CXXInheritance.h
    [all...]
SemaOverload.cpp 14 #include "clang/Sema/SemaInternal.h"
15 #include "clang/Sema/Lookup.h"
16 #include "clang/Sema/Initialization.h"
17 #include "clang/Sema/Template.h"
18 #include "clang/Sema/TemplateDeduction.h"
19 #include "clang/Basic/Diagnostic.h"
20 #include "clang/Lex/Preprocessor.h"
21 #include "clang/AST/ASTContext.h"
22 #include "clang/AST/CXXInheritance.h"
23 #include "clang/AST/DeclObjC.h
34 namespace clang { namespace
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 15 #include "clang/Analysis/Support/SaveAndRestore.h"
16 #include "clang/Analysis/CFG.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/StmtVisitor.h"
19 #include "clang/AST/PrettyPrinter.h"
20 #include "clang/AST/CharUnits.h"
28 using namespace clang;
    [all...]

Completed in 784 milliseconds

<<515253545556575859