Home
last modified time | relevance | path

Searched defs:tinfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp116 struct tinfo { global() struct
117 start_routine__anon17b6adaf0111::tinfo global() argument
118 start_routine_arg__anon17b6adaf0111::tinfo global() argument
120 unsafe_stack_start__anon17b6adaf0111::tinfo global() argument
121 unsafe_stack_size__anon17b6adaf0111::tinfo global() argument
122 unsafe_stack_guard__anon17b6adaf0111::tinfo global() argument
128 struct tinfo *tinfo = (struct tinfo *)arg; thread_start() local
233 struct tinfo *tinfo = INTERCEPTOR() local
[all...]
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp61 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local
/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp209 __cxa_exception* __cxa_init_primary_exception(void* object, std::type_info* tinfo, in __cxa_init_primary_exception()
277 __cxa_throw(void *thrown_object, std::type_info *tinfo, void *(_LIBCXXABI_DTOR_FUNC *dest)(void *))… in __cxa_init_primary_exception()
/llvm-project/clang/include/clang/AST/
H A DExpr.h3430 CompoundLiteralExpr(SourceLocation lparenloc,TypeSourceInfo * tinfo,QualType T,ExprValueKind VK,Expr * init,bool fileScope) CompoundLiteralExpr() argument
3454 setTypeSourceInfo(TypeSourceInfo * tinfo) setTypeSourceInfo() argument