HomeSort by: relevance | last modified time | path
    Searched refs:Self (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 59 : Self(S), SrcExpr(src), DestType(destType),
72 Sema &Self;
110 Self.Context, Self.Context.ARCUnbridgedCastTy, CK_Dependent,
112 Self.CurFPFeatureOverrides());
141 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
145 assert(Self.getLangOpts().allowsNonTrivialObjCLifetimeQualifiers());
148 if (Self.CheckObjCConversion(OpRange, DestType, src, CCK) ==
159 SrcExpr = Self.CheckPlaceholderExpr(SrcExpr.get());
183 CheckNoDeref(Op.Self, Op.SrcExpr.get()->getType(), Op.ResultType
    [all...]
SemaExprCXX.cpp 4726 Sema &Self, SourceLocation KeyLoc, ASTContext &C,
4737 LookupResult Res(Self, NameInfo, Sema::LookupOrdinaryName);
4738 if (Self.LookupQualifiedName(Res, RD)) {
4750 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
4760 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT,
4764 ASTContext &C = Self.Context;
4989 CXXDestructorDecl *Destructor = Self.LookupDestructor(RD);
5001 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
5043 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C,
5056 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ContinuousRangeMap.h 112 ContinuousRangeMap &Self;
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {}
120 llvm::sort(Self.Rep, Compare());
121 Self.Rep.erase(
123 Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.end());
135 Self.Rep.push_back(Val)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionIterator.h 106 using Self = RNSuccIterator<NodeRef, BlockT, RegionT>;
126 inline bool operator==(const Self& x) const {
134 inline bool operator!=(const Self& x) const { return !operator==(x); }
142 inline Self& operator++() {
156 inline Self operator++(int) {
157 Self tmp = *this;
184 using Self = RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>;
209 inline bool operator==(const Self& x) const {
216 inline bool operator!=(const Self& x) const { return !operator==(x); }
231 inline Self& operator++()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CFG.h 52 using Self = PredIterator<Ptr, USE_iterator>;
73 inline bool operator==(const Self& x) const { return It == x.It; }
74 inline bool operator!=(const Self& x) const { return !operator==(x); }
82 inline Self& operator++() { // Preincrement
88 inline Self operator++(int) { // Postincrement
89 Self tmp = *this; ++*this; return tmp;
151 using Self = SuccIterator<InstructionT, BlockT>;
161 Self It;
164 explicit SuccessorProxy(const Self &It) : It(It) {}
202 inline bool operator==(const Self &x) const { return Idx == x.Idx;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
types.go 5 // Self-referential type.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
types.go 5 // Self-referential type.
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
371 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
372 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
373 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
374 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
375 Ident__exception_code(Self.Ident__exception_code, NewValue),
376 Ident__exception_info(Self.Ident__exception_info, NewValue),
377 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
378 Ident___exception_code(Self.Ident___exception_code, NewValue),
379 Ident___exception_info(Self.Ident___exception_info, NewValue)
    [all...]
Parser.h 295 Parser &Self;
297 DestroyTemplateIdAnnotationsRAIIObj(Parser &Self) : Self(Self) {}
298 ~DestroyTemplateIdAnnotationsRAIIObj() { Self.MaybeDestroyTemplateIds(); }
1081 Parser *Self;
1087 // parser Self where the new Scope is created with the flags
1089 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
1091 : Self(Self) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
InheritViz.cpp 137 QualType Self = Context.getTypeDeclType(this);
142 Self.getAsString(), "dot", FD, Filename)) {
152 Writer.WriteGraph(Self);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp 32 const ConstructionContextLayer *Self = this;
35 return Self;
36 if (!Self || !(Self->Item == Other->Item))
38 Self = Self->getParent();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp 45 CodeGeneratorImpl &Self;
47 HandlingTopLevelDeclRAII(CodeGeneratorImpl &Self,
49 : Self(Self), EmitDeferred(EmitDeferred) {
50 ++Self.HandlingTopLevelDecls;
53 unsigned Level = --Self.HandlingTopLevelDecls;
55 Self.EmitDeferredDecls();
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
JITLinkGeneric.cpp 25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) {
84 auto &TmpSelf = *Self;
85 TmpSelf.linkPhase2(std::move(Self), AsyncLookupResult(), std::move(Layout));
102 // [Self=std::move(Self)](Expected<AsyncLookupResult> Result) {
103 // Self->linkPhase2(std::move(Self), std::move(Result));
108 [S = std::move(Self), L = std::move(Layout)](
116 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self,
161 auto *UnownedSelf = Self.release()
    [all...]
JITLinkGeneric.h 69 void linkPhase1(std::unique_ptr<JITLinkerBase> Self);
77 void linkPhase2(std::unique_ptr<JITLinkerBase> Self,
83 void linkPhase3(std::unique_ptr<JITLinkerBase> Self, Error Err);
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_bf.txt 10 Title = Self generated BF test vectors
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_bf.txt 10 Title = Self generated BF test vectors
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 229 : Self(P), Class(C) {}
232 Self->DeallocateParsedClasses(Class);
236 Self->ParseLexedMethodDeclarations(*Class);
240 Self->ParseLexedMemberInitializers(*Class);
244 Self->ParseLexedMethodDefs(*Class);
248 Self->ParseLexedAttributes(*Class);
252 Self->ParseLexedPragmas(*Class);
256 Self->ParseLexedMethodDeclaration(*this);
260 Self->ParseLexedMethodDef(*this);
264 Self->ParseLexedMemberInitializer(*this)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessingRecord.h 436 PreprocessingRecord *Self;
438 iterator(PreprocessingRecord *Self, int Position)
439 : iterator::iterator_adaptor_base(Position), Self(Self) {}
447 Self->LoadedPreprocessedEntities.size() + this->I : this->I;
448 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
449 return Self->getPreprocessedEntity(ID);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
BitTracker.h 167 // Self <= x, where "Self" is "ref to itself".
171 // Since we do not store the "Self" bit and register number, the meet
229 bool meet(const BitValue &V, const BitRef &Self) {
231 if (Type == Ref && RefI == Self) // Bottom.meet(V) = Bottom (i.e. This)
240 // become "bottom" (i.e. Self).
248 RefI = Self;
254 // Create a "self".
255 static BitValue self(const BitRef &Self = BitRef())
280 BitTracker::BitValue::self(const BitRef &Self) { function in class:llvm::BitTracker::BitValue
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ItaniumManglingCanonicalizer.cpp 162 CanonicalizerAllocator &Self;
164 return Self.makeNodeSimple<T>(std::forward<Args>(As)...);
197 CanonicalizerAllocator &Self;
199 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std");
202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h 521 LazyVector *Self;
523 iterator(LazyVector *Self, int Position)
524 : iterator::iterator_adaptor_base(Position), Self(Self) {}
533 return Self->Loaded.end()[this->I];
534 return Self->Local.begin()[this->I];
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 57 template <class Self, class R>
60 Self *self() { return static_cast<Self *>(this); } function in class:clang::threadSafety::til::Traversal
83 return self()->traverse##X(cast<X>(E), Ctx);
87 return self()->reduceNull();
94 return e->traverse(*self(), Ctx); \
184 template <class Self>
185 class VisitReducer : public Traversal<Self, VisitReducerBase>,
300 Self Visitor
312 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::Comparator
426 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::PrettyPrinter
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp 389 static void registerAtExitHelper(void *Self, void (*F)(void *), void *Ctx,
395 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.registerAtExit(
399 static void runAtExitsHelper(void *Self, void *DSOHandle) {
404 static_cast<GenericLLVMIRPlatformSupport *>(Self)->AtExitMgr.runAtExits(
740 static void registerAtExitHelper(void *Self, void (*F)(void *), void *Ctx,
742 static_cast<MachOPlatformSupport *>(Self)->AtExitMgr.registerAtExit(
746 static void runAtExitsHelper(void *Self, void *DSOHandle) {
747 static_cast<MachOPlatformSupport *>(Self)->AtExitMgr.runAtExits(DSOHandle);
782 static void *dlopenHelper(void *Self, const char *Path, int Mode) {
783 return static_cast<MachOPlatformSupport *>(Self)->jit_dlopen(Path, Mode)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 408 ASTUnit &Self;
411 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) {
412 Self.ConcurrencyCheckValue.start();
416 Self.ConcurrencyCheckValue.finish();
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp 227 zx_handle_t Self = _zx_process_self();
229 ExitOnErr(_zx_task_bind_exception_port(Self, Port.Handle, kFuzzingCrash,
247 ExitOnErr(_zx_object_get_child(Self, Packet.exception.tid,
332 Printf("libFuzzer: unable to get info about self: %s\n",
344 Printf("libFuzzer: unable to get info about self: %s\n",

Completed in 87 milliseconds

1 2 3