/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.public/ |
H A D | dtor.pass.cpp | 40 using TR = TestResource; in main() typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 61 const TypedValueRegion *TR = in checkBind() local
|
H A D | GenericTaintChecker.cpp | 571 using TR = GenericTaintRule; initTaintRules() typedef [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleConstraintManager.cpp | 34 if (const TypedRegion *TR = dyn_cast_or_null<TypedRegion>(MR)) in assumeInternal() local
|
H A D | SVals.cpp | 174 QualType VisitTypedRegion(const TypedRegion *TR) { in VisitTypedRegion() argument
|
H A D | Store.cpp | 106 if (const auto *TR = dyn_cast<TypedValueRegion>(R)) { in castRegion() local
|
H A D | DynamicType.cpp | 52 if (const auto *TR = dyn_cast<TypedRegion>(MR)) in getDynamicTypeInfo() local
|
H A D | RegionStore.cpp | 1138 const TypedValueRegion *TR = cast<TypedValueRegion>(baseR); VisitCluster() local 1410 else if (const auto *TR = dyn_cast<TypedRegion>(MR)) getBinding() local 2369 if (const TypedValueRegion* TR = dyn_cast<TypedValueRegion>(R)) { bind() local 2797 if (const CXXThisRegion *TR = dyn_cast<CXXThisRegion>(baseR)) { VisitAddedToCluster() local [all...] |
H A D | ProgramState.cpp | 265 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R)) { getSValAsScalarOrLoc() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-implementation.h | 472 FoldElementalIntrinsicHelper(FoldingContext & context,FunctionRef<TR> && funcRef,WrapperType<TR,TA...> func,std::index_sequence<I...>) FoldElementalIntrinsicHelper() argument 545 FoldElementalIntrinsic(FoldingContext & context,FunctionRef<TR> && funcRef,ScalarFunc<TR,TA...> func) FoldElementalIntrinsic() argument 551 FoldElementalIntrinsic(FoldingContext & context,FunctionRef<TR> && funcRef,ScalarFuncWithContext<TR,TA...> func) FoldElementalIntrinsic() argument 1133 using TR = ResultType<decltype(x)>; RewriteSpecificMINorMAX() local [all...] |
H A D | fold-integer.cpp | 592 using TR = ResultType<decltype(kx)>; FoldIntrinsicFunction() typedef 686 using TR = typename std::decay_t<decltype(x)>::Result; FoldIntrinsicFunction() typedef 1087 using TR = typename std::decay_t<decltype(x)>::Result; FoldIntrinsicFunction() typedef 1108 using TR = typename std::decay_t<decltype(x)>::Result; FoldIntrinsicFunction() typedef [all...] |
/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 559 TimeRegion TR(Timers ? &Timers->LoadObjectsTimer : nullptr); in executeInput() local 588 TimeRegion TR(Timers ? &Timers->LinkTimer : nullptr); in executeInput() local 626 TimeRegion TR(Timers ? &Timers->RunTimer : nullptr); in executeInput() local
|
/llvm-project/flang/include/flang/Parser/ |
H A D | format-specification.h | 80 TR, enumerator
|
/llvm-project/flang/include/flang/Common/ |
H A D | format.h | 42 L, O, P, RC, RD, RN, RP, RU, RZ, S, SP, SS, T, TL, TR, X, Z, Colon, Slash, in ENUM_CLASS() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DXILEmitter.cpp | 128 auto TR = TypeRecs[i]; DXILOperationDesc() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 777 unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) { in buildMux() argument 816 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local [all...] |
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 2338 TimeRegion TR(Timers ? &Timers->LoadObjectsTimer : nullptr); main() local 2351 TimeRegion TR(Timers ? &Timers->LinkTimer : nullptr); main() local 2374 TimeRegion TR(Timers ? &Timers->RunTimer : nullptr); main() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 178 if (const auto *TR = dyn_cast<TypedValueRegion>(MR)) in findArgIdxOfSymbol() local
|
H A D | RetainCountChecker.cpp | 488 const auto *TR = dyn_cast<TypedValueRegion>( in isSmartPtrField() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertConstant.cpp | 169 tryConvertingToAttributes<TR::category, TR::kind>(builder, in tryConvertingToAttributes() typedef
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 2370 for (auto &TR : Transfers) { ExtendRanges() local 2381 for (auto &TR : EntryValTransfers) { ExtendRanges() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 325 TypeResult TR = ParseTypeName(&Range, DeclaratorContext::Prototype, AS); in ParseOpenMPDeclareReductionDirective() local 4234 TypeResult TR = ParseTypeName(); ParseOpenMPIteratorsExpr() local
|
H A D | ParseExpr.cpp | 3490 TypeResult TR = ParseTypeName(nullptr, DeclaratorContext::Association); ParseGenericSelectionExpression() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 998 const MCOperand TR = TmpInst.getOperand(1); emitInstruction() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdLSPServer.cpp | 1080 for (const auto &TR : Fixits->TweakRefs) onCodeAction() local
|