Searched refs:Ident___float128 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp176 CurScope(nullptr), Ident_super(nullptr), Ident___float128(nullptr) { function
2198 if (!Ident___float128)
2199 Ident___float128 = &Context.Idents.get("__float128");
2200 return Ident___float128;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11896 mutable IdentifierInfo *Ident___float128; variable

Completed in 121 milliseconds