Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dmod-file.cpp383 static bool IsIntrinsicOp(const Symbol &symbol) { in IsIntrinsicOp() function
422 if (!IsIntrinsicOp(symbol) && use.name() != symbol.name()) { in PutUse()