Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dtaint-generic-config.yaml56 # isOutOfRange(&x); // x is not tainted anymore
57 - Name: isOutOfRange
61 # myNamespace::isOutOfRange(&x); // x is not tainted anymore
67 # myAnotherNamespace::isOutOfRange(&x); // x is not tainted anymore
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.cpp20 bool isOutOfRange(const int*);
87 if (myNamespace::isOutOfRange(&x)) in testConfigurationNamespaceFilter3()
H A Dtaint-generic.c991 bool isOutOfRange(const int*);
1020 if (isOutOfRange(&x)) // the filter function in testConfigurationFilter()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dfold-designator.h66 bool isOutOfRange() const { return isOutOfRange_; } in isOutOfRange() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Ddata-to-inits.cpp250 if (folder.isOutOfRange()) { in InitDesignator()