OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getArgType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp
225
ArgType ScanfSpecifier::
getArgType
(ASTContext &Ctx) const {
508
const analyze_scanf::ArgType &AT =
getArgType
(Ctx);
FormatString.cpp
567
analyze_format_string::OptionalAmount::
getArgType
(ASTContext &Ctx) const {
PrintfFormatString.cpp
667
ArgType PrintfSpecifier::
getArgType
(ASTContext &Ctx,
869
const analyze_printf::ArgType &ATR =
getArgType
(Ctx, IsObjCLiteral);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp
226
getArgType
(FD, ArgN)->isIntegralType(FD->getASTContext());
279
const bool ValidArg =
getArgType
(FD, ArgN)->isPointerType();
350
Summary.
getArgType
(*SizeArgN));
379
const bool ValidArg =
getArgType
(FD, ArgN)->isPointerType();
446
static QualType
getArgType
(const FunctionDecl *FD, ArgNo ArgN) {
514
QualType
getArgType
(ArgNo ArgN) const {
515
return StdLibraryFunctionsChecker::
getArgType
(FD, ArgN);
634
QualType T = Summary.
getArgType
(getArgNo());
703
QualType T = Summary.
getArgType
(getArgNo());
732
QualType T = Summary.
getArgType
(getArgNo())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp
456
static inline AMDGPULibFunc::EType
getArgType
(const AMDGPULibFunc& FInfo) {
533
getArgType
(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) ||
697
if ((
getArgType
(FInfo) == AMDGPULibFunc::F32 ||
698
getArgType
(FInfo) == AMDGPULibFunc::F64)
748
if (
getArgType
(FInfo) == AMDGPULibFunc::F32) {
782
if (
getArgType
(FInfo) != AMDGPULibFunc::F32 ||
828
(CF1 && (
getArgType
(FInfo) == AMDGPULibFunc::F32)))
948
double dval = (
getArgType
(FInfo) == AMDGPULibFunc::F32)
1011
double V = (
getArgType
(FInfo) == AMDGPULibFunc::F32)
1036
double V = (
getArgType
(FInfo) == AMDGPULibFunc::F32
[
all
...]
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026