OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getArgType
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/mit/isl/dist/interface/
isl_config.h.in
144
#undef
getArgType
python.cc
227
if (!is_isl_type(fn->
getArgType
(i)))
241
arg_type = type2python(extract_type(fn->
getArgType
(i)));
245
print_copy(fn->
getArgType
(i));
cpp.cc
697
QualType type = callback->
getArgType
(i);
template_cpp.cc
1735
auto type = callback->
getArgType
(i);
2712
auto arg_type = plain_type(callback->
getArgType
(0));
/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
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h
374
ArgType
getArgType
(ASTContext &Ctx) const;
582
ArgType
getArgType
(ASTContext &Ctx, bool IsObjCLiteral) const;
673
ArgType
getArgType
(ASTContext &Ctx) const;
/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/clang/lib/AST/
ScanfFormatString.cpp
225
ArgType ScanfSpecifier::
getArgType
(ASTContext &Ctx) const {
508
const analyze_scanf::ArgType &AT =
getArgType
(Ctx);
PrintfFormatString.cpp
667
ArgType PrintfSpecifier::
getArgType
(ASTContext &Ctx,
869
const analyze_printf::ArgType &ATR =
getArgType
(Ctx, IsObjCLiteral);
FormatString.cpp
567
analyze_format_string::OptionalAmount::
getArgType
(ASTContext &Ctx) const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
8264
const analyze_printf::ArgType &AT = Amt.
getArgType
(S.Context);
8774
const analyze_printf::ArgType &AT = FS.
getArgType
(S.Context, isObjCContext());
9192
const analyze_format_string::ArgType &AT = FS.
getArgType
(S.Context);
Completed in 71 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026