OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeIsConvertibleTo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/TableGen/
Record.h
97
///
typeIsConvertibleTo
- Return true if all values of 'this' type can be
99
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const = 0;
171
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const {
210
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const {
247
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const {
285
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const {
323
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const {
360
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const {
400
virtual bool
typeIsConvertibleTo
(const RecTy *RHS) const {
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
194
if (VI->getType()->
typeIsConvertibleTo
(this)) {
228
if (TI->getType()->
typeIsConvertibleTo
(this))
294
if (LRT->getElementType()->
typeIsConvertibleTo
(getElementType()))
301
return ListTy->getElementType()->
typeIsConvertibleTo
(Ty);
306
if (TI->getType()->
typeIsConvertibleTo
(this))
378
if (T1->
typeIsConvertibleTo
(T2))
380
if (T2->
typeIsConvertibleTo
(T1))
[
all
...]
TGParser.cpp
[
all
...]
Completed in 52 milliseconds