Home
last modified time | relevance | path

Searched refs:Self (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp62 : Self(S), SrcExpr(src), DestType(destType), in CastOperation()
91 Sema &Self; member
159 Self.Context, Self.Context.ARCUnbridgedCastTy, CK_Dependent, in complete()
161 Self.CurFPFeatureOverrides()); in complete()
190 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange); in checkCastAlign()
195 assert(Self.getLangOpts().allowsNonTrivialObjCLifetimeQualifiers()); in checkObjCConversion()
198 if (Self.ObjC().CheckObjCConversion( in checkObjCConversion()
208 Self.Diag(DestRange.getBegin(), diag::err_ptrauth_qualifier_cast) in checkQualifiedDestType()
218 SrcExpr = Self.CheckPlaceholderExpr(SrcExpr.get()); in checkNonOverloadPlaceholders()
242 CheckNoDeref(Op.Self, Op.SrcExpr.get()->getType(), Op.ResultType, in ~CheckNoDerefRAII()
[all …]
H A DSemaTypeTraits.cpp561 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() argument
571 LookupResult Res(Self, NameInfo, Sema::LookupOrdinaryName); in HasNoThrowOperator()
572 if (Self.LookupQualifiedName(Res, RD)) { in HasNoThrowOperator()
584 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
707 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, in EvaluateUnaryTypeTrait() argument
713 ASTContext &C = Self.Context; in EvaluateUnaryTypeTrait()
732 if (DiagnoseVLAInCXXTypeTrait(Self, TInfo, tok::kw___is_bounded_array)) in EvaluateUnaryTypeTrait()
740 if (DiagnoseVLAInCXXTypeTrait(Self, TInfo, tok::kw___is_unbounded_array)) in EvaluateUnaryTypeTrait()
960 CXXDestructorDecl *Destructor = Self.LookupDestructor(RD); in EvaluateUnaryTypeTrait()
972 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp22 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) { in linkPhase1() argument
52 linkPhase2(std::move(Self), nullptr); in linkPhase1()
58 [S = std::move(Self)](AllocResult AR) mutable { in linkPhase1()
67 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self, in linkPhase2() argument
83 return abandonAllocAndBailOut(std::move(Self), std::move(Err)); in linkPhase2()
89 return abandonAllocAndBailOut(std::move(Self), std::move(Err)); in linkPhase2()
101 auto &TmpSelf = *Self; in linkPhase2()
102 TmpSelf.linkPhase3(std::move(Self), AsyncLookupResult()); in linkPhase2()
124 [S = std::move(Self)]( in linkPhase2()
131 void JITLinkerBase::linkPhase3(std::unique_ptr<JITLinkerBase> Self, in linkPhase3() argument
[all …]
H A DJITLinkGeneric.h66 void linkPhase1(std::unique_ptr<JITLinkerBase> Self);
72 void linkPhase2(std::unique_ptr<JITLinkerBase> Self, AllocResult AR);
80 void linkPhase3(std::unique_ptr<JITLinkerBase> Self,
85 void linkPhase4(std::unique_ptr<JITLinkerBase> Self, FinalizeResult FR);
98 void abandonAllocAndBailOut(std::unique_ptr<JITLinkerBase> Self, Error Err);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h112 ContinuousRangeMap &Self; variable
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} in Builder() argument
120 llvm::sort(Self.Rep, Compare()); in ~Builder()
121 Self.Rep.erase( in ~Builder()
123 Self.Rep, in ~Builder()
131 Self.Rep.end()); in ~Builder()
135 Self.Rep.push_back(Val); in insert()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h51 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>; variable
161 Self It;
164 explicit SuccessorProxy(const Self &It) : It(It) {} in SuccessorProxy()
202 inline bool operator==(const Self &x) const { return Idx == x.Idx; }
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h106 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>; variable
209 inline bool operator==(const Self& x) const {
216 inline bool operator!=(const Self& x) const { return !operator==(x); }
231 inline Self& operator++() {
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DRootAutoDetector.h74 atomic_uintptr_t &Self; variable
79 atomic_uintptr_t &Self, unsigned WaitSeconds) in RootAutoDetector() argument
81 Self(Self) {} in RootAutoDetector()
H A DRootAutoDetector.cpp39 atomic_store_relaxed(&Self, reinterpret_cast<uintptr_t>(this)); in start()
81 atomic_store_relaxed(&RAD->Self, 0); in start()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument
406 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
407 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
408 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
409 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
410 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
411 Ident__exception_info(Self.Ident__exception_info, NewValue), in PoisonSEHIdentifiersRAIIObject()
412 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
413 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
414 Ident___exception_info(Self.Ident___exception_info, NewValue) { in PoisonSEHIdentifiersRAIIObject()
H A DParser.h397 Parser *Self; variable
405 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
407 : Self(Self) { in Self() argument
409 Self->EnterScope(ScopeFlags); in Self()
412 Self->incrementMSManglingNumber(); in Self()
414 this->Self = nullptr; in Self()
421 if (Self) { in Exit()
422 Self->ExitScope(); in Exit()
423 Self = nullptr; in Exit()
433 Parser &Self; variable
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp32 const ConstructionContextLayer *Self = this; in isStrictlyMoreSpecificThan() local
35 return Self; in isStrictlyMoreSpecificThan()
36 if (!Self || !(Self->Item == Other->Item)) in isStrictlyMoreSpecificThan()
38 Self = Self->getParent(); in isStrictlyMoreSpecificThan()
H A DThreadSafety.cpp1113 const NamedDecl *D, til::SExpr *Self = nullptr);
1144 ProtectedOperationKind POK, til::LiteralPtr *Self,
1147 Expr *MutexExp, til::LiteralPtr *Self,
1388 til::SExpr *Self) { in getMutexIDs() argument
1391 CapabilityExpr Cp = SxBuilder.translateAttrExpr(nullptr, D, Exp, Self); in getMutexIDs()
1403 CapabilityExpr Cp = SxBuilder.translateAttrExpr(Arg, D, Exp, Self); in getMutexIDs()
1602 til::LiteralPtr *Self = nullptr,
1632 Expr *MutexExp, ProtectedOperationKind POK, til::LiteralPtr *Self, in warnIfMutexNotHeld() argument
1635 CapabilityExpr Cp = SxBuilder.translateAttrExpr(MutexExp, D, Exp, Self); in warnIfMutexNotHeld()
1692 til::LiteralPtr *Self, in warnIfMutexHeld() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp47 CodeGeneratorImpl &Self; member
49 HandlingTopLevelDeclRAII(CodeGeneratorImpl &Self, in HandlingTopLevelDeclRAII()
51 : Self(Self), EmitDeferred(EmitDeferred) { in HandlingTopLevelDeclRAII()
52 ++Self.HandlingTopLevelDecls; in HandlingTopLevelDeclRAII()
55 unsigned Level = --Self.HandlingTopLevelDecls; in ~HandlingTopLevelDeclRAII()
57 Self.EmitDeferredDecls(); in ~HandlingTopLevelDeclRAII()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h436 PreprocessingRecord *Self; variable
438 iterator(PreprocessingRecord *Self, int Position) in iterator() argument
439 : iterator::iterator_adaptor_base(Position), Self(Self) {} in iterator()
447 Self->LoadedPreprocessedEntities.size() + this->I : this->I;
448 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
449 return Self->getPreprocessedEntity(ID);
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h57 template <class Self, class R>
60 Self *self() { return static_cast<Self *>(this); } in self()
184 template <class Self>
185 class VisitReducer : public Traversal<Self, VisitReducerBase>,
300 Self Visitor; in visit()
309 template <typename Self>
312 Self *self() { return reinterpret_cast<Self *>(this); } in self()
398 template <typename Self, typename StreamType>
415 Self printer; in print()
420 Self *self() { return reinterpret_cast<Self *>(this); } in self()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp136 QualType Self = Context.getTypeDeclType(this); in viewInheritance() local
141 Self.getAsString(), "dot", FD, Filename)) { in viewInheritance()
151 Writer.WriteGraph(Self); in viewInheritance()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h226 bool meet(const BitValue &V, const BitRef &Self) { in meet()
228 if (Type == Ref && RefI == Self) // Bottom.meet(V) = Bottom (i.e. This) in meet()
245 RefI = Self; in meet()
252 static BitValue self(const BitRef &Self = BitRef());
277 BitTracker::BitValue::self(const BitRef &Self) { in self() argument
278 return BitValue(Self.Reg, Self.Pos); in self()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h575 LazyVector *Self;
577 iterator(LazyVector *Self, int Position)
578 : iterator::iterator_adaptor_base(Position), Self(Self) {}
587 return Self->Loaded.end()[this->I];
588 return Self->Local.begin()[this->I];
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_rc5.txt25 #Self generated. Bigger key.
48 #Self generated. Bigger key.
73 #Self generated. Bigger key.
/freebsd/contrib/file/magic/Magdir/
H A Dmotorola72 >30 string SFX [Self-Extracting LZH SFX archive]
73 >38 string SFX [Self-Extracting LZH SFX archive]
74 >44 string ZIP! [Self-Extracting ZIP SFX archive]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp279 : Self(P), Class(C) {} in LateParsedClass()
282 Self->DeallocateParsedClasses(Class); in ~LateParsedClass()
286 Self->ParseLexedMethodDeclarations(*Class); in ParseLexedMethodDeclarations()
290 Self->ParseLexedMemberInitializers(*Class); in ParseLexedMemberInitializers()
294 Self->ParseLexedMethodDefs(*Class); in ParseLexedMethodDefs()
298 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
302 Self->ParseLexedPragmas(*Class); in ParseLexedPragmas()
306 Self->ParseLexedMethodDeclaration(*this); in ParseLexedMethodDeclarations()
310 Self->ParseLexedMethodDef(*this); in ParseLexedMethodDefs()
314 Self->ParseLexedMemberInitializer(*this); in ParseLexedMemberInitializers()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h423 ASTUnit &Self; variable
426 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { in ConcurrencyCheck() argument
427 Self.ConcurrencyCheckValue.start(); in ConcurrencyCheck()
431 Self.ConcurrencyCheckValue.finish(); in ~ConcurrencyCheck()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp90 if (Self) in dump()
91 Self->dump(OS); in dump()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc111 HMODULE Self = HMODULE(GetCurrentProcess());
112 if (!GetProcessModules(Self, Bytes))
124 if (!GetProcessModules(Self, Bytes, Handles.data()))

12345