OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
CostTable.h
21
template <class
TypeTy
>
24
TypeTy
Type;
28
/// Find in cost table,
TypeTy
must be comparable by ==
29
template <class
TypeTy
>
30
int CostTableLookup(const CostTblEntry<
TypeTy
> *Tbl,
31
unsigned len, int ISD,
TypeTy
Ty) {
41
template <class
TypeTy
>
44
TypeTy
Dst;
45
TypeTy
Src;
49
/// Find in type conversion cost table,
TypeTy
must be comparable by =
[
all
...]
/external/clang/lib/Sema/
Sema.cpp
282
QualType
TypeTy
= Context.getCanonicalType(Ty);
284
if (ExprTy ==
TypeTy
)
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
231
typedef OpaquePtr<QualType>
TypeTy
;
[
all
...]
Completed in 4477 milliseconds