/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | operations.d | 248 bool isUnaryOp(scope string op) pure nothrow @safe @nogc in isUnaryOp() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 251 bool ConstrainedFPIntrinsic::isUnaryOp() const { in isUnaryOp() function in ConstrainedFPIntrinsic
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 248 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon52ec69cd0111::PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 209 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
|
H A D | toy.cpp | 210 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon4bdfba2f0111::PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 270 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anonc768dace0111::PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anond763492e0111::PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon62e6d82d0111::PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 263 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 271 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon3be54bcf0111::PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 224 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
|
H A D | toy.cpp | 231 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 208 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 373 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anonb061bcd00211::PrototypeAST
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 250 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
|