Searched defs:hasFlag (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/ |
D | ArgList.cpp | 74 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/ |
D | Option.h | 161 bool hasFlag(unsigned Val) const { in hasFlag() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
D | Option.h | 171 bool hasFlag(unsigned Val) const { in hasFlag() function
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | MessageHeader.java | 125 public boolean hasFlag(int flag) { in hasFlag() method in MessageHeader
|
/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 32 static inline bool hasFlag(StringRef Feature) { in hasFlag() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 36 static inline bool hasFlag(StringRef Feature) { in hasFlag() function
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.hpp | 66 inline bool hasFlag(TextureTestFlag flag) const in hasFlag() function
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 221 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/ |
D | SubtargetFeature.cpp | 30 static inline bool hasFlag(const StringRef Feature) { in hasFlag() function
|
/external/clang/unittests/Driver/ |
D | MultilibTest.cpp | 169 static bool hasFlag(const Multilib &M, StringRef Flag) { in hasFlag() function
|