Home
last modified time | relevance | path

Searched refs:isZeroSized (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp302 bool isZeroSized{false}; in CFI_section() local
321 isZeroSized = true; in CFI_section()
333 result->base_addr = isZeroSized ? source->base_addr : shiftedBaseAddr; in CFI_section()
/external/clang/lib/AST/
DExprConstant.cpp1580 static bool isZeroSized(const LValue &Value) { in isZeroSized() function
7649 if ((RHSValue.Base && isZeroSized(LHSValue)) || in VisitBinaryOperator()
7650 (LHSValue.Base && isZeroSized(RHSValue))) in VisitBinaryOperator()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp2038 static bool isZeroSized(const LValue &Value) { in isZeroSized() function
12654 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()
12655 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()