OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIn
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
288
bool
isIn
(const Function &F, StringRef Category) const {
289
return
isIn
(*F.getParent(), Category) ||
297
bool
isIn
(const GlobalAlias &GA, StringRef Category) const {
298
if (
isIn
(*GA.getParent(), Category))
310
bool
isIn
(const Module &M, StringRef Category) const {
1169
return !ABIList.
isIn
(*F, "uninstrumented");
1173
return !ABIList.
isIn
(*GA, "uninstrumented");
1181
if (ABIList.
isIn
(*F, "functional"))
1183
if (ABIList.
isIn
(*F, "discard"))
1185
if (ABIList.
isIn
(*F, "custom")
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h
149
bool
isIn
() const { return (storage_class & STCin) != 0; }
declaration.d
519
final bool
isIn
() const pure nothrow @nogc @safe
Completed in 20 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026