OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCoerceToType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
786
if (retInfo.canHaveCoerceToType() && retInfo.
getCoerceToType
() == nullptr)
790
if (I.info.canHaveCoerceToType() && I.info.
getCoerceToType
() == nullptr)
1387
addr = CGF.Builder.CreateElementBitCast(addr, info.
getCoerceToType
());
1490
llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.
getCoerceToType
());
1595
resultType = retAI.
getCoerceToType
();
1678
llvm::Type *argType = ArgInfo.
getCoerceToType
();
1933
llvm::Type *CoerceTy = AI.
getCoerceToType
();
2724
ArgI.
getCoerceToType
()->isPointerTy()) {
2804
if (!isa<llvm::StructType>(ArgI.
getCoerceToType
()) &&
2805
ArgI.
getCoerceToType
() == ConvertType(Ty) &
[
all
...]
TargetInfo.cpp
243
if (llvm::Type *Ty =
getCoerceToType
())
678
assert(!AI.
getCoerceToType
() &&
2352
llvm::Type *ty = info.
getCoerceToType
();
4054
llvm::StructType *ST = cast<llvm::StructType>(AI.
getCoerceToType
());
4119
? AI.
getCoerceToType
()
5881
else if (AI.
getCoerceToType
())
5882
BaseTy = AI.
getCoerceToType
();
7431
if (AI.
getCoerceToType
())
7432
ArgTy = AI.
getCoerceToType
();
9524
if (AI.canHaveCoerceToType() && !AI.
getCoerceToType
())
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h
348
llvm::Type *
getCoerceToType
() const {
Completed in 26 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026