Home
last modified time | relevance | path

Searched defs:others (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libc/test/src/fenv/
H A Denabled_exceptions_test.cpp59 int others = ALL_EXCEPTS & ~e; in TEST_F() local
/llvm-project/mlir/lib/AsmParser/
H A DToken.h44 bool isAny(Kind k1, Kind k2, Kind k3, T... others) const { in isAny()
54 bool isNot(Kind k1, Kind k2, T... others) const { in isNot()
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h129 bool isAny(Kind k1, Kind k2, Kind k3, T... others) const { in isAny()
136 bool isNot(Kind k1, Kind k2, T... others) const { in isNot()
/llvm-project/flang/lib/Parser/
H A Dparse-tree.cpp28 std::list<CommonBlockObject> &&objects, std::list<Block> &&others) { in CommonStmt() argument
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodePrinter.cpp56 void printChildren(RangeT &&range, OthersT &&...others) { in printChildren()
/llvm-project/mlir/lib/IR/
H A DSymbolTable.cpp260 ArrayRef<SymbolTable *> others) { in renameToUnique() argument
285 SymbolTable::renameToUnique(Operation *op, ArrayRef<SymbolTable *> others) { in renameToUnique() argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-directive-structure.h519 std::vector<C> others; CheckAllowed() local