Searched refs:DoesNot (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h95 /// DoesNot - If DetailsType is set to DoesNot, then the sense of the
102 /// be set to DoesNot, indicating that ctime does not read or write the
104 DoesNot enumerator in enum:llvm::LibCallFunctionInfo::__anon9220
115 /// just that it could. In the "DoesNot" case, this is 'must not' info.
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp60 // If the details array is of the 'DoesNot' kind, we only know something if
64 if (FI->DetailsType == LibCallFunctionInfo::DoesNot) {

Completed in 78 milliseconds