Home
last modified time | relevance | path

Searched defs:hasFlag (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DArgList.cpp74 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() function in ArgList
80 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() function in ArgList
/external/llvm/include/llvm/Option/
DOption.h161 bool hasFlag(unsigned Val) const { in hasFlag() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DOption.h171 bool hasFlag(unsigned Val) const { in hasFlag() function
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DMessageHeader.java125 public boolean hasFlag(int flag) { in hasFlag() method in MessageHeader
/external/llvm/lib/MC/
DSubtargetFeature.cpp32 static inline bool hasFlag(StringRef Feature) { in hasFlag() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DSubtargetFeature.cpp36 static inline bool hasFlag(StringRef Feature) { in hasFlag() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.hpp66 inline bool hasFlag(TextureTestFlag flag) const in hasFlag() function
/external/llvm/lib/Option/
DArgList.cpp221 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() function in ArgList
227 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() function in ArgList
/external/swiftshader/third_party/LLVM/lib/MC/
DSubtargetFeature.cpp30 static inline bool hasFlag(const StringRef Feature) { in hasFlag() function
/external/clang/unittests/Driver/
DMultilibTest.cpp169 static bool hasFlag(const Multilib &M, StringRef Flag) { in hasFlag() function