Home
last modified time | relevance | path

Searched defs:RTC (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp32 mutable RetainTypeChecker RTC; member in __anonae48f2c50111::ForwardDeclChecker
H A DRawPtrRefMemberChecker.cpp34 mutable std::optional<RetainTypeChecker> RTC; member in __anonc7fb0b0d0111::RawPtrRefMemberChecker
H A DRawPtrRefLocalVarsChecker.cpp173 mutable std::optional<RetainTypeChecker> RTC; member in __anon4bbed29c0111::RawPtrRefLocalVarsChecker
H A DRawPtrRefCallArgsChecker.cpp38 mutable std::optional<RetainTypeChecker> RTC; member in __anon77df98de0111::RawPtrRefCallArgsChecker
H A DRawPtrRefLambdaCapturesChecker.cpp31 mutable std::optional<RetainTypeChecker> RTC; member in __anone86945dd0111::RawPtrRefLambdaCapturesChecker
H A DRetainPtrCtorAdoptChecker.cpp34 mutable RetainTypeChecker RTC; member in __anon71c0f1610111::RetainPtrCtorAdoptChecker
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp218 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction() local
449 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction() local
H A DExprEngineCallAndReturn.cpp769 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue() local
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dstm32mp13-clks.h57 #define RTC 35 macro
H A Dstm32mp1-clks.h203 #define RTC 192 macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4448 ResultTypeCompatibilityKind RTC) { in CheckObjCMethodOverrides()
5030 ResultTypeCompatibilityKind RTC = in ActOnMethodDeclaration() local