Home
last modified time | relevance | path

Searched refs:CommonInit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_init.cpp33 static void CommonInit() { in CommonInit() function
50 CommonInit(); in CommonStandaloneInit()
71 CommonInit(); in InitAsPlugin()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5700 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() argument
5702 SubExprs{CommonInit, ElementInit} { in ArrayInitLoopExpr()