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

<<11121314151617181920>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 23 namespace clang { namespace
60 } // end clang namespace
CheckerHelpers.h 17 #include "clang/AST/Stmt.h"
19 namespace clang { namespace
41 } // end clang namespace
StoreRef.h 19 namespace clang { namespace
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 18 #include "clang/Basic/LLVM.h"
24 namespace clang { namespace
36 /// When a clang tool is supposed to operate on a specific file, we have to
87 } // end namespace clang
  /external/clang/lib/CodeGen/
CGCUDARuntime.h 19 namespace clang { namespace
  /external/clang/lib/Frontend/
FrontendOptions.cpp 10 #include "clang/Frontend/FrontendOptions.h"
12 using namespace clang;
  /external/clang/lib/Headers/
Makefile 1 ##===- clang/lib/Headers/Makefile --------------------------*- Makefile -*-===##
18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
20 HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/$(CLANG_VERSION)/include
43 PROJ_headers := $(DESTDIR)$(PROJ_prefix)/lib/clang/$(CLANG_VERSION)/include
62 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
63 $(Echo) "Building Clang arm_neon.h.inc with tblgen"
  /external/clang/lib/StaticAnalyzer/Core/
FunctionSummary.cpp 14 #include "clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h"
15 using namespace clang;
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 25 #include <clang/Frontend/CompilerInstance.h>
26 #include <clang/Frontend/TextDiagnosticPrinter.h>
27 #include <clang/CodeGen/CodeGenAction.h>
57 clang::CompilerInstance c;
58 clang::EmitObjAction act(&llvm::getGlobalContext());
68 std::make_pair(clang::IK_OpenCL, name));
73 c.getInvocation().setLangDefaults(clang::IK_OpenCL);
74 c.createDiagnostics(0, NULL, new clang::TextDiagnosticPrinter(
98 clang::CompilerInstance c;
99 clang::EmitLLVMOnlyAction act(&llvm::getGlobalContext())
    [all...]
  /frameworks/compile/slang/
slang_rs.cpp 26 #include "clang/Basic/SourceLocation.h"
28 #include "clang/Frontend/FrontendDiagnostic.h"
30 #include "clang/Sema/SemaDiagnostic.h"
184 clang::DiagnosticsEngine &DiagEngine = getDiagnostics();
187 clang::diag::MAP_ERROR))
188 DiagEngine.Report(clang::diag::warn_unknown_warning_option)
192 clang::diag::ext_typecheck_convert_discards_qualifiers,
193 clang::diag::MAP_ERROR,
194 clang::SourceLocation());
198 clang::DiagnosticsEngine::Error
    [all...]
slang_rs_export_func.h 26 #include "clang/AST/Decl.h"
36 namespace clang { namespace
38 } // namespace clang
54 const clang::FunctionDecl *FD)
74 const clang::FunctionDecl *FD);
slang_rs_reflection_cpp.h 75 const clang::APValue &Val);
78 const clang::APValue &Val);
80 const clang::APValue &Val);
slang_rs_backend.cpp 22 #include "clang/AST/ASTContext.h"
23 #include "clang/Frontend/CodeGenOptions.h"
50 clang::DiagnosticsEngine *DiagEngine,
51 const clang::CodeGenOptions &CodeGenOpts,
52 const clang::TargetOptions &TargetOpts,
56 clang::SourceManager &SourceMgr,
76 void RSBackend::AnnotateFunction(clang::FunctionDecl *FD) {
86 bool RSBackend::HandleTopLevelDecl(clang::DeclGroupRef D) {
90 for (clang::DeclGroupRef::iterator I = D.begin(), E = D.end();
92 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/
default.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
reset_all.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
set_all.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/clang/include/clang/Basic/
LangOptions.h 11 /// \brief Defines the clang::LangOptions interface.
18 #include "clang/Basic/CommentOptions.h"
19 #include "clang/Basic/LLVM.h"
20 #include "clang/Basic/ObjCRuntime.h"
21 #include "clang/Basic/Visibility.h"
25 namespace clang { namespace
29 #include "clang/Basic/Sanitizers.def"
42 #include "clang/Basic/LangOptions.def"
51 #include "clang/Basic/LangOptions.def"
58 typedef clang::Visibility Visibility
    [all...]
SourceLocation.h 11 /// \brief Defines the clang::SourceLocation class and associated facilities.
18 #include "clang/Basic/LLVM.h"
32 namespace clang { namespace
395 } // end namespace clang
401 struct DenseMapInfo<clang::FileID> {
402 static inline clang::FileID getEmptyKey() {
403 return clang::FileID();
405 static inline clang::FileID getTombstoneKey() {
406 return clang::FileID::getSentinel();
409 static unsigned getHashValue(clang::FileID S)
    [all...]
  /external/clang/include/clang/
Makefile 7 $(Echo) Installing Clang include files
11 for hdr in `find clang -type f \
27 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/tools/clang/include/clang" ; then \
28 cd $(PROJ_OBJ_ROOT)/tools/clang/include && \
29 for hdr in `find clang -type f \
  /external/clang/include/clang-c/
Makefile 9 $(Echo) Installing Clang C API include files
13 for hdr in `find clang-c -type f '!' '(' -name '*~' \
26 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/tools/clang/include/clang-c" ; then \
27 cd $(PROJ_OBJ_ROOT)/tools/clang/include && \
28 for hdr in `find clang-c -type f '!' '(' -name 'Makefile' ')' -print \
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 21 #include "clang/AST/ASTContext.h"
22 #include "clang/AST/DeclCXX.h"
23 #include "clang/AST/RecordLayout.h"
24 #include "clang/AST/Type.h"
25 #include "clang/Basic/TargetInfo.h"
27 using namespace clang;
72 CXXABI *clang::CreateItaniumCXXABI(ASTContext &Ctx) {
76 CXXABI *clang::CreateARMCXXABI(ASTContext &Ctx) {
  /external/clang/test/SemaCXX/
function-extern-c.cpp 73 #pragma clang diagnostic push
74 #pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
76 #pragma clang diagnostic pop
  /ndk/build/tools/
build-analyzer.sh 17 # This shell script is used to copy clang tool "scan-build" and "scan-view"
27 "Copy clang static code analyzer for the Android NDK.
53 SCAN_BUILD_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-build
59 SCAN_VIEW_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-view
65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT
67 echo "ERROR: Source directory does not contain clang license file: $LICENSE_FILE"
  /external/clang/include/clang/Analysis/
CFG.h 18 #include "clang/AST/Stmt.h"
19 #include "clang/Analysis/Support/BumpVector.h"
20 #include "clang/Basic/SourceLocation.h"
32 namespace clang { namespace
846 } // end namespace clang
856 template <> struct simplify_type< ::clang::CFGTerminator> {
857 typedef ::clang::Stmt *SimpleType;
858 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {
865 template <> struct GraphTraits< ::clang::CFGBlock *> {
866 typedef ::clang::CFGBlock NodeType
    [all...]
  /external/llvm/
Makefile 31 OPTIONAL_DIRS := tools/clang/utils/TableGen
69 ifeq ($(MAKECMDGOALS),install-clang)
70 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
71 tools/clang/tools/libclang \
72 tools/clang/tools/c-index-test \
73 tools/clang/include/clang-c \
74 tools/clang/runtime tools/clang/docs
    [all...]

Completed in 2048 milliseconds

<<11121314151617181920>>