Home
last modified time | relevance | path

Searched refs:implies (Results 1 – 25 of 237) sorted by relevance

12345678910

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp24 return implies(A->left(), LNeg, RHS, RNeg) && in implies()
25 implies(A->right(), LNeg, RHS, RNeg); in implies()
28 return implies(LHS, LNeg, A->left(), RNeg) && in implies()
29 implies(LHS, LNeg, A->right(), RNeg); in implies()
34 return implies(A->left(), LNeg, RHS, RNeg) || in implies()
35 implies(A->right(), LNeg, RHS, RNeg); in implies()
38 return implies(LHS, LNeg, A->left(), RNeg) || in implies()
39 implies(LHS, LNeg, A->right(), RNeg); in implies()
61 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg); in implies()
105 bool implies(const LExpr *LHS, const LExpr *RHS) { in implies() function
[all …]
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h33 inline bool implies(const LExpr *RHS) const;
96 bool implies(const LExpr *LHS, const LExpr *RHS);
98 bool LExpr::implies(const LExpr *RHS) const { in implies() function
99 return lexpr::implies(this, RHS); in implies()
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dt-rtems3 # -mn is not applicable to RTEMS (-mn implies 16bit void*)
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dt-rtems3 # -mn is not applicable to RTEMS (-mn implies 16bit void*)
/openbsd/gnu/usr.bin/perl/
H A Dasan_ignore15 # errors (i.e. the integer overflow ones). The manual implies that you can
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dperlio8 Setting cnt to %d, ptr implies %d
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dt-rtems34 # Soft-float only, default implies msoft-float
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dt-rtems42 # Soft-float only, default implies msoft-float
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-otool.rst116 Symbolize disassembled operands (implies :option:`-v`).
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-vax.texi105 described above. A value of zero (@samp{-h0}) implies names should be
107 implies names should be all lower case, with no case hack. A value of 3
108 (@samp{-h3}) implies that case should be preserved. The value 1 is
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-vax.texi105 described above. A value of zero (@samp{-h0}) implies names should be
107 implies names should be all lower case, with no case hack. A value of 3
108 (@samp{-h3}) implies that case should be preserved. The value 1 is
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DOtoolOpts.td36 HelpText<"symbolize disassembled operands (implies -v)">;
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A DREADME.hfs_boot51 The -boot-hfs-file implies the -hfs option.
/openbsd/usr.bin/sed/
H A DPOSIX66 specification for ! implies that "3!/hello/p" works, and it never
153 17. POSIX specifies that an address can be "empty". This implies
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcppenv.texi74 except that system header files are not ignored, so it implies
/openbsd/gnu/gcc/gcc/doc/
H A Dcppenv.texi74 except that system header files are not ignored, so it implies
/openbsd/gnu/llvm/llvm/docs/
H A DMemorySSA.rst56 version is based on. This implies that there is a *single*
68 ``b`` *or* both. This in turn implies that without the use of `The walker`_,
89 run on, and implies that we've hit the top of the function. It's the only
91 ``liveOnEntry`` implies that the memory being used is either undefined or
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h248 virtual bool implies(const SCEVPredicate *N) const = 0;
293 bool implies(const SCEVPredicate *N) const override;
400 bool implies(const SCEVPredicate *N) const override;
436 bool implies(const SCEVPredicate *N) const override;
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td140 // required implies allowed, the same clause cannot appear in both the
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt28 however, implies inefficient implementations on platforms where the
/openbsd/gnu/gcc/libstdc++-v3/docs/html/27_io/
H A Dbinary_iostreams_kuehl.txt28 however, implies inefficient implementations on platforms where the
/openbsd/sbin/init/
H A DNOTES58 do this -- seems reasonable. B.4.3.2 p 248 implies that this is the
/openbsd/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td158 // Mixin that implies the specified value for the current option when any of the
/openbsd/gnu/llvm/clang/docs/
H A DDriverInternals.rst86 Darwin, this implies that the Clang driver also subsumes the gcc
88 images (binaries and object files). This also implies that the driver
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A DLRS194 This design implies that the debugger will keep a chain of aliases for

12345678910