Searched refs:Zero (Results 176 - 177 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15956 // Zero-width bitfield is ok for anonymous field.
16538 llvm::APInt Zero(Context.getTypeSize(Context.IntTy), 0);
16539 Expr * BW = IntegerLiteral::Create(Context, Zero, Context.IntTy, DeclLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9703 VarSize = CharUnits::Zero();

Completed in 123 milliseconds

12345678