OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int128Decl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
334
mutable TypedefDecl *
Int128Decl
= nullptr;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1249
if (!
Int128Decl
)
1250
Int128Decl
= buildImplicitTypedef(Int128Ty, "__int128_t");
1251
return
Int128Decl
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
4357
RegisterPredefDecl(Context.
Int128Decl
, PREDEF_DECL_INT_128_ID);
Completed in 28 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026