Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp671 Value *Val = createValueUnlessSelfReferential(Type, Visited, /*Depth=*/0, in createValue()
680 Value *Environment::createValueUnlessSelfReferential( in createValueUnlessSelfReferential() function in clang::dataflow::Environment
709 Value *PointeeVal = createValueUnlessSelfReferential( in createValueUnlessSelfReferential()
726 Value *PointeeVal = createValueUnlessSelfReferential( in createValueUnlessSelfReferential()
748 if (auto *FieldValue = createValueUnlessSelfReferential( in createValueUnlessSelfReferential()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h447 Value *createValueUnlessSelfReferential(QualType Type,