HomeSort by relevance Sort by last modified time
    Searched refs:clang (Results 151 - 175 of 1202) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaCXX/
libstdcxx_atomic_ns_hack.cpp 6 // Clang has an egregious hack to work around the problem, by allowing a
12 #pragma clang system_header
  /external/clang/test/SemaObjC/
format-strings-system.h 2 #pragma clang system_header
  /external/compiler-rt/lib/tsan/
check_cmake.sh 8 CC=clang CXX=clang++ cmake -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /external/eigen/Eigen/src/Core/util/
ReenableStupidWarnings.h 10 #pragma clang diagnostic pop
  /ndk/tests/build/clang-multiple-arm-enable-ehabi/jni/
Android.mk 4 LOCAL_MODULE := clang-multiple-arm-enable-ehabi
5 LOCAL_SRC_FILES := clang-multiple-arm-enable-ehabi.cpp
  /ndk/tests/build/flto/jni/
Android.mk 8 ifneq ($(filter clang%,$(NDK_TOOLCHAIN_VERSION)),)
10 # clang does LTO via gold plugin, but gold doesn't support MIPS yet
  /external/clang/include/clang/Basic/
TargetBuiltins.h 12 /// namespace ::clang.
19 #include "clang/Basic/Builtins.h"
22 namespace clang { namespace
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
29 #include "clang/Basic/BuiltinsAArch64.def"
36 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
38 #include "clang/Basic/BuiltinsARM.def"
46 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
48 #include "clang/Basic/BuiltinsPPC.def"
56 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /external/clang/lib/Basic/
OpenMPKinds.cpp 14 #include "clang/Basic/OpenMPKinds.h"
15 #include "clang/Basic/IdentifierTable.h"
21 using namespace clang;
23 OpenMPDirectiveKind clang::getOpenMPDirectiveKind(StringRef Str) {
27 #include "clang/Basic/OpenMPKinds.def"
31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) {
38 #include "clang/Basic/OpenMPKinds.def"
45 OpenMPClauseKind clang::getOpenMPClauseKind(StringRef Str) {
49 #include "clang/Basic/OpenMPKinds.def"
53 const char *clang::getOpenMPClauseName(OpenMPClauseKind Kind)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 1 ##===- clang/lib/Checker/Makefile --------------------------*- Makefile -*-===##
22 $(ObjDir)/Checkers.inc.tmp : Checkers.td $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include/clang/StaticAnalyzer/Checkers/CheckerBase.td $(CLANG_TBLGEN) $(ObjDir)/.dir
23 $(Echo) "Building Clang SA Checkers tables with tblgen"
24 $(Verb) $(ClangTableGen) -gen-clang-sa-checkers -I $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -o $(call SYSPATH, $@) $<
  /external/clang/test/PCH/
captured-stmt.cpp 11 #pragma clang __debug captured
24 #pragma clang __debug captured
  /external/clang/tools/
Makefile 15 PARALLEL_DIRS := driver diagtool clang-format
18 PARALLEL_DIRS += clang-check
  /external/clang/tools/driver/
Makefile 11 TOOLNAME = clang
12 TOOLALIAS = clang++
14 # We don't currently expect production Clang builds to be interested in
57 TOOL_INFO_NAME := $(CLANG_VENDOR) clang
59 TOOL_INFO_NAME := clang
65 TOOL_INFO_UTI := org.llvm.clang
69 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
  /external/clang/include/clang/AST/
GlobalDecl.h 18 #include "clang/AST/DeclCXX.h"
19 #include "clang/AST/DeclObjC.h"
20 #include "clang/Basic/ABI.h"
22 namespace clang { namespace
91 } // end namespace clang
96 template<> struct DenseMapInfo<clang::GlobalDecl> {
97 static inline clang::GlobalDecl getEmptyKey() {
98 return clang::GlobalDecl();
101 static inline clang::GlobalDecl getTombstoneKey() {
102 return clang::GlobalDecl:
    [all...]
Makefile 17 $(Echo) "Building Clang attribute classes with tblgen"
18 $(Verb) $(ClangTableGen) -gen-clang-attr-classes -o $(call SYSPATH, $@) \
23 $(Echo) "Building Clang attribute implementations with tblgen"
24 $(Verb) $(ClangTableGen) -gen-clang-attr-impl -o $(call SYSPATH, $@) \
29 $(Echo) "Building Clang attribute dumper with tblgen"
30 $(Verb) $(ClangTableGen) -gen-clang-attr-dump -o $(call SYSPATH, $@) \
35 $(Echo) "Building Clang statement node tables with tblgen"
36 $(Verb) $(ClangTableGen) -gen-clang-stmt-nodes -o $(call SYSPATH, $@) $<
40 $(Echo) "Building Clang declaration node tables with tblgen"
41 $(Verb) $(ClangTableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $
    [all...]
  /frameworks/compile/slang/
slang_rs_export_element.cpp 19 #include "clang/AST/Decl.h"
20 #include "clang/AST/Type.h"
22 #include "clang/Basic/SourceLocation.h"
23 #include "clang/Basic/IdentifierTable.h"
60 const clang::Type *T,
77 case clang::Type::Builtin:
78 case clang::Type::Pointer: {
91 case clang::Type::ExtVector: {
96 static_cast<const clang::ExtVectorType*>(
120 const clang::DeclaratorDecl *DD)
    [all...]
slang_rs.h 83 virtual clang::ASTConsumer
84 *createBackend(const clang::CodeGenOptions& CodeGenOpts,
94 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
95 const clang::SourceManager &SourceMgr);
151 virtual void makeModuleVisible(clang::Module *Mod,
152 clang::Module::NameVisibilityKind Visibility,
153 clang::SourceLocation ImportLoc,
  /external/clang/lib/Tooling/
Tooling.cpp 1 //===--- Tooling.cpp - Running clang standalone tools ---------------------===//
10 // This file implements functions to run clang tools standalone instead
15 #include "clang/Tooling/Tooling.h"
16 #include "clang/Driver/Compilation.h"
17 #include "clang/Driver/Driver.h"
18 #include "clang/Driver/Tool.h"
19 #include "clang/Frontend/CompilerInstance.h"
20 #include "clang/Frontend/FrontendDiagnostic.h"
21 #include "clang/Frontend/TextDiagnosticPrinter.h"
22 #include "clang/Tooling/ArgumentsAdjusters.h
38 namespace clang { namespace
    [all...]
  /external/clang/include/clang/Tooling/
Tooling.h 1 //===--- Tooling.h - Framework for standalone Clang tools -------*- C++ -*-===//
10 // This file implements functions to run clang tools standalone instead
24 // - running clang -fsyntax-only over source code from an editor to get
33 #include "clang/Basic/FileManager.h"
34 #include "clang/Basic/LLVM.h"
35 #include "clang/Driver/Util.h"
36 #include "clang/Frontend/FrontendAction.h"
37 #include "clang/Tooling/ArgumentsAdjusters.h"
38 #include "clang/Tooling/CompilationDatabase.h"
44 namespace clang { namespace
    [all...]
  /external/clang/
clang-version-inc.mk 2 ## Generate clang/Basic/Version.inc
12 # Compute the Clang version from the LLVM version, unless specified explicitly.
13 # (Copy from include/clang/Basic/Makefile)
25 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/Version.inc
26 $(intermediates)/include/clang/Basic/Version.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Version.inc.in
27 @echo "Updating Clang version info."
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 18 #include "clang/Basic/LLVM.h"
27 namespace clang { namespace
57 /// MetadataCache - This maps clang::Types to scalar llvm::MDNodes describing
60 /// This maps clang::Types to a struct node in the type DAG.
67 /// StructMetadataCache - This maps clang::Types to llvm::MDNodes describing
125 } // end namespace clang
129 template<> struct DenseMapInfo<clang::CodeGen::TBAAPathTag> {
130 static clang::CodeGen::TBAAPathTag getEmptyKey() {
131 return clang::CodeGen::TBAAPathTag(
132 DenseMapInfo<const clang::Type *>::getEmptyKey()
    [all...]
  /external/clang/lib/Driver/
DriverOptions.cpp 10 #include "clang/Driver/Options.h"
15 using namespace clang::driver;
16 using namespace clang::driver::options;
20 #include "clang/Driver/Options.inc"
28 #include "clang/Driver/Options.inc"
42 OptTable *clang::driver::createDriverOptTable() {
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
reset_one.pass.cpp 15 #pragma clang diagnostic push
16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 1 //==- Dominators.h - Implementation of dominators tree for Clang CFG C++ -*-==//
10 // This file implements the dominators tree functionality for Clang CFGs.
17 #include "clang/Analysis/AnalysisContext.h"
18 #include "clang/Analysis/CFG.h"
24 namespace clang { namespace
29 /// \brief Concrete subclass of DominatorTreeBase for Clang
30 /// This class implements the dominators tree functionality given a Clang CFG.
163 } // end namespace clang
170 template <> struct GraphTraits< ::clang::DomTreeNode* > {
171 typedef ::clang::DomTreeNode NodeType
    [all...]

Completed in 2243 milliseconds

1 2 3 4 5 67 8 91011>>