OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCoerceToType
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/CodeGen/
ABIInfo.h
116
llvm::Type *
getCoerceToType
() const {
CGCall.cpp
278
if (RetInfo.canHaveCoerceToType() && RetInfo.
getCoerceToType
() == 0)
283
if (I->info.canHaveCoerceToType() && I->info.
getCoerceToType
() == 0)
627
resultType = retAI.
getCoerceToType
();
666
llvm::Type *argType = argAI.
getCoerceToType
();
807
dyn_cast<llvm::StructType>(AI.
getCoerceToType
()))
[
all
...]
TargetInfo.cpp
65
if (llvm::Type *Ty =
getCoerceToType
())
[
all
...]
Completed in 302 milliseconds