Home
last modified time | relevance | path

Searched defs:ArgT (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpBuiltin.cpp504 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_popcount() local
513 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_parity() local
522 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_clrsb() local
532 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_bitreverse() local
563 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_expect() local
600 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_ffs() local
631 PrimType ArgT = S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr); in interp__builtin_move() local
642 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_eh_return_data_regno() local
HDCompiler.cpp4005 PrimType ArgT = classify(Arg).value_or(PT_Ptr); in VisitCallExpr() local
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDStdLibraryFunctionsChecker.cpp340 void applyOnRange(RangeKind Kind, BasicValueFactory &BVF, QualType ArgT, in applyOnRange()
934 QualType ArgT, in appendInsideRangeDesc()
961 QualType ArgT, in appendOutOfRangeDesc()
987 BasicValueFactory &BVF, QualType ArgT, const RangeApplyFunction &F) const { in applyOnWithinRange()
1001 BasicValueFactory &BVF, QualType ArgT, const RangeApplyFunction &F) const { in applyOnOutOfRange()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDThinLTOBitcodeWriter.cpp341 auto *ArgT = dyn_cast<IntegerType>(Arg.getType()); in splitAndWriteThinLTOBitcode() local
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp1121 QualType ArgT = (*it); in getMethodFamily() local