| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/ |
| H A D | 01_Module_Load_Conditional.t | 1 ### Module::Load::Conditional test suite ### 5 # chdir '../lib/Module/Load/Conditional' 6 # if -d '../lib/Module/Load/Conditional'; 26 use_ok( 'Module::Load::Conditional' ); 29 { $Module::Load::Conditional::VERBOSE = 30 $Module::Load::Conditional::VERBOSE = 0; 32 *can_load = *Module::Load::Conditional::can_load 33 = *Module::Load::Conditional::can_load; 34 *check_install = *Module::Load::Conditional::check_install 35 = *Module::Load::Conditional::check_install; [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | enable_disable.cpp | 43 pthread_cond_t Conditional = PTHREAD_COND_INITIALIZER; variable 52 pthread_cond_signal(&Conditional); in enableMalloc() 70 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/ |
| H A D | Fetch.pm | 17 use Module::Load::Conditional qw[can_load]; 52 local $Module::Load::Conditional::VERBOSE = 0; 53 local $Module::Load::Conditional::VERBOSE = 0; 577 local $Module::Load::Conditional::FORCE_SAFE_INC = 1; 636 local $Module::Load::Conditional::FORCE_SAFE_INC = 1; 677 local $Module::Load::Conditional::FORCE_SAFE_INC = 1; 759 local $Module::Load::Conditional::FORCE_SAFE_INC = 1; 844 local $Module::Load::Conditional::FORCE_SAFE_INC = 1;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 30 Conditional = 3, // ? enumerator
|
| H A D | OperatorKinds.def | 103 OVERLOADED_OPERATOR_MULTI(Conditional , "?" , false, true , false)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterBanks.td | 18 /// Conditional register: NZCV.
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 186 code Conditional = ""; 483 let Conditional = [{ hasBase && isTypeInfo }]; 489 let Conditional = [{ hasBase && isTypeInfo }]; 493 let Conditional = [{ hasBase && !isTypeInfo }]; 497 let Conditional = [{ hasBase && !isTypeInfo }]; 501 let Conditional = [{ hasBase && !isTypeInfo && isExpr }]; 505 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }]; 512 let Conditional = [{ hasLValuePath }]; 684 let Conditional = [{ !identifier }];
|
| /openbsd-src/gnu/llvm/llvm/utils/valgrind/ |
| H A D | i386-pc-linux-gnu.supp | 25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
| H A D | x86_64-pc-linux-gnu.supp | 24 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | OperatorPrecedence.cpp | 53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | wrappers_c_test.cpp | 424 static pthread_cond_t Conditional = PTHREAD_COND_INITIALIZER; variable 437 pthread_cond_signal(&Conditional); in enableMalloc() 455 pthread_cond_wait(&Conditional, &Mutex); in TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_type_traits_test.cpp | 32 TEST(SanitizerCommon, Conditional) { in TEST() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrCMovSetCC.td | 1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===// 64 // Conditional moves with folded loads with operands swapped and conditions
|
| H A D | X86InstrControl.td | 72 // Conditional Branches. 310 // Conditional tail calls are similar to the above, but they are branches 434 // Conditional tail calls are similar to the above, but they are branches
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsCondMov.td | 1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===// 9 // This is the Conditional Moves implementation. 13 // Conditional moves:
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/ |
| H A D | Conditional.pm | 1 package Module::Load::Conditional;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | java-tree.def | 69 /* Conditional operator.
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 511 static std::optional<Clarification> clarify(const CFGBlock *Conditional, in clarify() argument 513 if (const Stmt *Terminator = Conditional->getTerminatorStmt()) { in clarify() 514 return NotCalledClarifier{Conditional, SuccWithoutCall}.Visit(Terminator); in clarify()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrFormats.td | 285 // Conditional Branch (BR) 343 // Conditional Branch Relative (BRR) 376 // Conditional Set (SCC)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 51 // Conditional Move Pseudo Instructions
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 1184 NextNonComment->Next->FakeLParens.back() == prec::Conditional) || in getNewLineColumn() 1186 Current.FakeLParens.back() == prec::Conditional)) && in getNewLineColumn() 1551 (PrecedenceLevel == prec::Conditional && Previous->is(tok::question) && in moveStatePastFakeLParens() 1571 if (PrecedenceLevel != prec::Conditional && !Current.is(TT_UnaryOperator) && in moveStatePastFakeLParens() 1581 if (PrecedenceLevel == prec::Conditional && Previous && in moveStatePastFakeLParens() 1587 } else if (PrecedenceLevel == prec::Conditional || in moveStatePastFakeLParens()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_demangle.cpp | 210 case Node::Prec::Conditional: in print()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/ |
| H A D | Cmd.pm | 61 use Module::Load::Conditional qw[can_load]; 64 local $Module::Load::Conditional::FORCE_SAFE_INC = 1;
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5121delta.pod | 349 C<Module::Load::Conditional> and C<version> have an unfortunate 352 C<Module::Load::Conditional> 0.38 from CPAN will resolve this issue.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | ev6.md | 106 ; Conditional moves decompose into two independent primitives, each taking
|