OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnwrapSimilarTypes
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
475
while (Context.
UnwrapSimilarTypes
(ToTy, FromTy)) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2457
bool
UnwrapSimilarTypes
(QualType &T1, QualType &T2);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
5809
bool ASTContext::
UnwrapSimilarTypes
(QualType &T1, QualType &T2) {
5852
if (!
UnwrapSimilarTypes
(T1, T2))
5871
if (!
UnwrapSimilarTypes
(T1, T2))
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
540
/// Like Sema::
UnwrapSimilarTypes
, this removes one level of indirection from
558
// least consistent with the behavior of
UnwrapSimilarTypes
.
578
} else if (Context.
UnwrapSimilarTypes
(T1, T2)) {
SemaOverload.cpp
3278
while (Context.
UnwrapSimilarTypes
(FromType, ToType)) {
4218
while (S.Context.
UnwrapSimilarTypes
(T1, T2)) {
4598
} while (Context.
UnwrapSimilarTypes
(T1, T2));
Completed in 54 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026