Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp1037 static bool isSimpleZero(const Expr *E, CodeGenFunction &CGF) { in isSimpleZero() function
1067 if (Dest.isZeroed() && isSimpleZero(E, CGF)) { in EmitInitializationToLValue()
1338 if (isSimpleZero(E, CGF)) return CharUnits::Zero(); in GetNumNonZeroBytesInInit()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp1486 static bool isSimpleZero(const Expr *E, CodeGenFunction &CGF) { in isSimpleZero() function
1523 if (Dest.isZeroed() && isSimpleZero(E, CGF)) { in EmitInitializationToLValue()
1880 if (isSimpleZero(E, CGF)) return CharUnits::Zero(); in GetNumNonZeroBytesInInit()