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

<<515253545556575859

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 66 // because "clang foo.s" runs the C preprocessor, which is usually reserved
  /external/llvm/test/CodeGen/ARM/
2010-06-25-Thumb2ITInvalidIterator.ll 53 !3 = metadata !{i32 524305, i32 0, i32 12, metadata !"t.c", metadata !".", metadata !"clang 2.0", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
debug-info-sreg2.ll 46 !0 = metadata !{i32 589841, i32 0, i32 4, metadata !"k.cc", metadata !"/private/tmp", metadata !"clang version 3.0 (trunk 130845)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
  /external/llvm/test/CodeGen/X86/
dbg-large-unsigned-const.ll 33 !0 = metadata !{i32 655377, i32 0, i32 4, metadata !"lli.cc", metadata !"/private/tmp", metadata !"clang version 3.0 (trunk 135593)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
dbg-prolog-end.ll 38 !0 = metadata !{i32 589841, i32 0, i32 12, metadata !"/tmp/a.c", metadata !"/private/tmp", metadata !"clang version 3.0 (trunk 131100)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
dbg-value-location.ll 53 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"f.i", metadata !"/tmp", metadata !"clang version 2.9 (trunk 124753)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
dbg-value-range.ll 26 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"bar.c", metadata !"/private/tmp", metadata !"clang version 2.9 (trunk 122997)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
  /external/llvm/test/DebugInfo/
printdbginfo2.ll 56 !1 = metadata !{i32 458769, i32 0, i32 12, metadata !"x.c", metadata !"/home/edwin/llvm-git/llvm/test/DebugInfo", metadata !"clang 1.0", i1 true, i1 false, metadata !"", i32 0}
  /external/llvm/test/Transforms/InstCombine/
debuginfo.ll 37 !3 = metadata !{i32 589841, i32 0, i32 12, metadata !"bits.c", metadata !"Game", metadata !"clang version 3.0 (trunk 127710)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
  /external/llvm/test/Transforms/LICM/
debug-value.ll 40 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/Benchmarks/CoyoteBench/lpbench.c", metadata !"/private/tmp", metadata !"clang version 2.9 (trunk 127169)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
  /external/llvm/test/Transforms/LoopRotate/
dbgvalue.ll 44 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"/Volumes/Lalgate/cj/llvm/projects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", metadata !"/Volumes/Lalgate/cj/D/projects/llvm-test/SingleSource/Benchmarks/BenchmarkGame", metadata !"clang version 2.9 (trunk 125492)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
  /external/llvm/test/Transforms/ObjCARC/
weak-copies.ll 70 call void @objc_release(i8* %0) nounwind, !clang.imprecise_release !0
  /external/llvm/test/Transforms/ScalarRepl/
debuginfo-preserved.ll 45 !0 = metadata !{i32 589841, i32 0, i32 12, metadata !"/d/j/debug-test.c", metadata !"/Volumes/Data/b", metadata !"clang version 3.0 (trunk 131941)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
  /external/webkit/Source/JavaScriptCore/Configurations/
Base.xcconfig 129 GCC_VERSION_LLVM_COMPILER = com.apple.compilers.llvm.clang.1_0;
  /external/webkit/Source/JavaScriptCore/wtf/
PageReservation.h 72 // FIXME: This is a workaround for <rdar://problem/8876150>, wherein Clang incorrectly emits an access
  /external/webkit/Source/JavaScriptGlue/Configurations/
Base.xcconfig 96 GCC_VERSION_LLVM_COMPILER = com.apple.compilers.llvm.clang.1_0;
  /external/webkit/Source/WebCore/Configurations/
Base.xcconfig 129 GCC_VERSION_LLVM_COMPILER = com.apple.compilers.llvm.clang.1_0;
  /external/webkit/Source/WebKit/mac/Configurations/
Base.xcconfig 115 GCC_VERSION_LLVM_COMPILER = com.apple.compilers.llvm.clang.1_0;
  /external/webkit/Source/WebKit2/Configurations/
Base.xcconfig 106 GCC_VERSION_LLVM_COMPILER = com.apple.compilers.llvm.clang.1_0;
  /frameworks/compile/slang/tests/
test.py 70 '-I ../../../../../external/clang/lib/Headers/')
  /external/clang/include/clang/AST/
TypeLoc.h 17 #include "clang/AST/Type.h"
18 #include "clang/AST/Decl.h"
19 #include "clang/AST/TemplateBase.h"
20 #include "clang/Basic/Specifiers.h"
22 namespace clang { namespace
32 #include "clang/AST/TypeLocNodes.def"
53 #include "clang/AST/TypeNodes.def"
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 14 #include "clang/AST/DeclObjC.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/Stmt.h"
17 #include "clang/AST/ASTMutationListener.h"
19 using namespace clang;
    [all...]
DeclCXX.cpp 14 #include "clang/AST/DeclCXX.h"
15 #include "clang/AST/DeclTemplate.h"
16 #include "clang/AST/ASTContext.h"
17 #include "clang/AST/ASTMutationListener.h"
18 #include "clang/AST/CXXInheritance.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/TypeLoc.h"
21 #include "clang/Basic/IdentifierTable.h"
24 using namespace clang;
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 19 #include "clang/AST/APValue.h"
20 #include "clang/AST/ASTContext.h"
21 #include "clang/AST/RecordLayout.h"
22 #include "clang/AST/StmtVisitor.h"
23 #include "clang/Basic/Builtins.h"
28 using namespace clang;
152 // constants are cast to bool, and because clang is not enforcing bitfield
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 11 Clang Indexing Library Bindings
14 This module provides an interface to the Clang indexing library. It is a
15 low-level interface to the indexing library which attempts to match the Clang
179 A Diagnostic is a single instance of a Clang diagnostic. It includes the
1044 Clang's type system explicitly models typedefs and all the
    [all...]

Completed in 1889 milliseconds

<<515253545556575859