OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeIsConvertibleTo
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
65
bool RecTy::
typeIsConvertibleTo
(const RecTy *RHS) const {
72
bool BitRecTy::
typeIsConvertibleTo
(const RecTy *RHS) const{
73
if (RecTy::
typeIsConvertibleTo
(RHS) || RHS->getRecTyKind() == IntRecTyKind)
94
bool BitsRecTy::
typeIsConvertibleTo
(const RecTy *RHS) const {
95
if (RecTy::
typeIsConvertibleTo
(RHS)) //argument and the sender are same type
107
bool IntRecTy::
typeIsConvertibleTo
(const RecTy *RHS) const {
116
bool StringRecTy::
typeIsConvertibleTo
(const RecTy *RHS) const {
125
bool ListRecTy::
typeIsConvertibleTo
(const RecTy *RHS) const {
127
return ElementTy->
typeIsConvertibleTo
(ListTy->getElementType());
216
bool RecordRecTy::
typeIsConvertibleTo
(const RecTy *RHS) const
[
all
...]
TGParser.cpp
1186
if (Type && ItemType && !Type->
typeIsConvertibleTo
(ItemType)) {
1235
if (!ArgType->getListTy()->
typeIsConvertibleTo
(ItemType)) {
1256
if (!ArgType->
typeIsConvertibleTo
(IntRecTy::get()) &&
1257
!ArgType->
typeIsConvertibleTo
(StringRecTy::get()) &&
1258
!ArgType->
typeIsConvertibleTo
(RecordRecTy::get({}))) {
1269
if (!ArgType->
typeIsConvertibleTo
(IntRecTy::get()) &&
1270
!ArgType->
typeIsConvertibleTo
(StringRecTy::get())) {
1281
!ArgType->
typeIsConvertibleTo
(IntRecTy::get()->getListTy())) {
1721
if (ItemType && !Type->
typeIsConvertibleTo
(ItemType)) {
1809
if (ItemType && !Type->
typeIsConvertibleTo
(ItemType))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
86
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const;
116
bool
typeIsConvertibleTo
(const RecTy *RHS) const override;
136
bool
typeIsConvertibleTo
(const RecTy *RHS) const override;
156
bool
typeIsConvertibleTo
(const RecTy *RHS) const override;
174
bool
typeIsConvertibleTo
(const RecTy *RHS) const override;
196
bool
typeIsConvertibleTo
(const RecTy *RHS) const override;
258
bool
typeIsConvertibleTo
(const RecTy *RHS) const override;
Completed in 25 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026