/external/clang/lib/Sema/ |
CodeCompleteConsumer.cpp | 13 #include "clang/Sema/CodeCompleteConsumer.h" 18 #include "clang/Sema/Scope.h" 19 #include "clang/Sema/Sema.h" 435 PrintingCodeCompleteConsumer::ProcessCodeCompleteResults(Sema &SemaRef, 487 PrintingCodeCompleteConsumer::ProcessOverloadCandidates(Sema &SemaRef,
|
TreeTransform.h | 28 #include "clang/Sema/Designator.h" 29 #include "clang/Sema/Lookup.h" 30 #include "clang/Sema/Ownership.h" 31 #include "clang/Sema/ParsedTemplate.h" 32 #include "clang/Sema/ScopeInfo.h" 33 #include "clang/Sema/SemaDiagnostic.h" 34 #include "clang/Sema/SemaInternal.h" 40 using namespace sema; 113 Sema &SemaRef; 122 TreeTransform(Sema &SemaRef) : SemaRef(SemaRef) { [all...] |
Scope.cpp | 15 #include "clang/Sema/Scope.h"
|
DeclSpec.cpp | 14 #include "clang/Sema/DeclSpec.h" 23 #include "clang/Sema/LocInfoType.h" 24 #include "clang/Sema/ParsedTemplate.h" 25 #include "clang/Sema/Sema.h" 26 #include "clang/Sema/SemaDiagnostic.h" 469 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, [all...] |
/external/clang/tools/libclang/ |
CIndexCodeCompletion.cpp | 29 #include "clang/Sema/CodeCompleteConsumer.h" 30 #include "clang/Sema/Sema.h" 354 Sema &S) { 538 void ProcessCodeCompleteResults(Sema &S, 615 void ProcessOverloadCandidates(Sema &S, unsigned CurrentArg, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 32 def __init__(self, name, testcase, sema, mutex, nrunning): 35 self.sema = sema 45 with self.sema: 82 sema = threading.BoundedSemaphore(value=3) 89 t = TestThread("<thread %d>"%i, self, sema, mutex, numrunning)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 32 def __init__(self, name, testcase, sema, mutex, nrunning): 35 self.sema = sema 45 with self.sema: 82 sema = threading.BoundedSemaphore(value=3) 89 t = TestThread("<thread %d>"%i, self, sema, mutex, numrunning)
|
/system/core/libutils/ |
Threads.cpp | 465 HANDLE sema; 500 SignalObjectAndWait(hMutex, condState->sema, timeout, FALSE); 552 condState->sema = CreateSemaphore(NULL, 0, 0x7fffffff, NULL); 569 CloseHandle(condState->sema); 611 ReleaseSemaphore(condState->sema, 1, 0); 642 ReleaseSemaphore(condState->sema, condState->waitersCount, 0);
|
/external/clang/lib/Parse/ |
ParseStmt.cpp | 21 #include "clang/Sema/DeclSpec.h" 22 #include "clang/Sema/LoopHint.h" 23 #include "clang/Sema/PrettyDeclStackTrace.h" 24 #include "clang/Sema/Scope.h" 25 #include "clang/Sema/TypoCorrection.h" 172 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement); 695 // If we had a sema error parsing this case, then just ignore it and 891 Sema::FPContractStateRAII SaveFPContractState(Actions); 898 Sema::CompoundScopeRAII CompoundScope(Actions); [all...] |
ParseTemplate.cpp | 19 #include "clang/Sema/DeclSpec.h" 20 #include "clang/Sema/ParsedTemplate.h" 21 #include "clang/Sema/Scope.h" 669 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated); [all...] |
/external/clang/patches/ |
0004-Add-Android-build-system.patch | 30 lib/Sema/Android.mk | 84 ++++++++++++ 60 create mode 100644 lib/Sema/Android.mk 95 + lib/Sema \ 198 +LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Sema/AttrSpellingListIndex.inc 199 +$(intermediates)/include/clang/Sema/AttrSpellingListIndex.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 200 +$(intermediates)/include/clang/Sema/AttrSpellingListIndex.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 240 +LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Sema/AttrParsedAttrKinds.inc 241 +$(intermediates)/include/clang/Sema/AttrParsedAttrKinds.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 242 +$(intermediates)/include/clang/Sema/AttrParsedAttrKinds.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 247 +LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Sema/AttrParsedAttrImpl.in [all...] |
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 436 // Sema references the ast consumer, so reset sema first. 497 // FIXME: Move the truncation aspect of this into Sema, we delayed this till
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
mutex | 126 __mx->sema = __rmx->sema; 133 static typename enable_if<sizeof(&_Rm::sema), void>::type
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
mutex | 126 __mx->sema = __rmx->sema; 133 static typename enable_if<sizeof(&_Rm::sema), void>::type
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
mutex | 125 static typename enable_if<(bool)sizeof(&_Rm::sema), void>::type 137 __mx->sema = __rmx->sema;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
mutex | 126 __mx->sema = __rmx->sema; 133 static typename enable_if<sizeof(&_Rm::sema), void>::type
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
mutex | 125 static typename enable_if<(bool)sizeof(&_Rm::sema), void>::type 137 __mx->sema = __rmx->sema;
|
/external/clang/include/clang/Sema/ |
AttributeList.h | 20 #include "clang/Sema/Ownership.h" 323 #include "clang/Sema/AttrParsedAttrList.inc" 458 bool diagnoseAppertainsTo(class Sema &S, const Decl *D) const; 459 bool diagnoseLangOpts(class Sema &S) const;
|
ScopeInfo.h | 21 #include "clang/Sema/Ownership.h" 50 namespace sema { namespace in namespace:clang 751 /// seemingly harmless change elsewhere in Sema could cause us to start or stop 817 } // end namespace sema
|
/external/clang/lib/ARCMigrate/ |
TransProtectedScope.cpp | 18 #include "clang/Sema/SemaDiagnostic.h"
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ReturnUndefChecker.cpp | 63 // Sema already checked it.
|
/external/clang/test/CodeGen/ |
ms_struct-bitfield.c | 7 // triggering both Sema and IRGen struct layout.
|
/external/clang/test/CodeGenCXX/ |
vtable-key-function-ios.cpp | 10 // These are not separated into namespaces because the way that Sema
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 48 /// MCAsmParserSemaCallback - Generic Sema callback for assembly parser.
|
/external/llvm/include/llvm/MC/ |
MCTargetAsmParser.h | 101 /// SemaCallback - The Sema callback implementation. Must be set when parsing
|