Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp172 for (const MemRegion *EnvPtr : State->get<GetenvEnvPtrRegions>()) in EnvpInvalidatingCall() local
173 State = State->add<InvalidMemoryRegions>(EnvPtr); in EnvpInvalidatingCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5009 SDValue EnvPtr = Node->getOperand(1); in ConvertNodeToLibcall() local
5011 DAG.makeStateFunctionCall(RTLIB::FEGETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()
5016 SDValue EnvPtr = Node->getOperand(1); in ConvertNodeToLibcall() local
5018 DAG.makeStateFunctionCall(RTLIB::FESETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()