| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | sv_xpvf | 30 …SV *_sv = newSV(0); sv_vsetpvfn(_sv, (pat), strlen((pat)), (args), Null(SV**), 0, Null(bool*)); _s… 32 …L_Sv = newSV(0)), sv_vsetpvfn(PL_Sv, (pat), strlen((pat)), (args), Null(SV**), 0, Null(bool*)), PL… 37 # define sv_vcatpvf(sv, pat, args) sv_vcatpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bo… 41 # define sv_vsetpvf(sv, pat, args) sv_vsetpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bo… 52 sv_vcatpvfn(sv, pat, strlen(pat), &args, Null(SV**), 0, Null(bool*)); 70 sv_vcatpvfn(sv, pat, strlen(pat), &args, Null(SV**), 0, Null(bool*)); 91 sv_vcatpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bool*)); \ 104 sv_vsetpvfn(sv, pat, strlen(pat), &args, Null(SV**), 0, Null(bool*)); 122 sv_vsetpvfn(sv, pat, strlen(pat), &args, Null(SV**), 0, Null(bool*)); 143 sv_vsetpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bool*)); \
|
| /openbsd-src/gnu/usr.bin/perl/t/mro/ |
| H A D | isarev.t | 106 @Null::ISA = "Empty"; 107 @Null::Null::ISA = "Empty::Empty"; 110 i Zilch => qw[ Null ], "assigning to an empty spot updates isarev"; 111 i"Zilch::Empty" => qw[ Null::Null ],
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | ptrmem5.C | 5 struct Null { struct 16 int Null::*pmd = NULL; argument 17 int (Null::*pmf)() = NULL; // gets bogus error - cannot convert - XFAIL *-*-* variable
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
| H A D | string_pool_test.cpp | 55 PooledStringPtr Null; in TEST() local 61 PooledStringPtr Null; in TEST() local 63 std::hash<PooledStringPtr>()(Null)); in TEST()
|
| H A D | executor_address_test.cpp | 26 ExecutorAddr Null(0); in TEST() local 29 EXPECT_TRUE(Null.isNull()); in TEST() 30 EXPECT_EQ(Default, Null); in TEST()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StringChecker.cpp | 76 ProgramStateRef NotNull, Null; in checkPreCall() local 77 std::tie(NotNull, Null) = C.getState()->assume(*Param); in checkPreCall() 86 C.addTransition(NotNull, Null ? C.getNoteTag(Callback) : nullptr); in checkPreCall()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | stat.t | 13 my ($Null, $Curdir); 15 $Null = File::Spec->devnull; 392 skip "No null device to test with", 1 unless -e $Null; 393 skip "We know Win32 thinks '$Null' is a TTY", 1 if $Is_MSWin32; 395 open(NULL, $Null) or DIE("Can't open $Null: $!"); 444 skip "No null device to test with", 2 unless -e $Null; 446 ok(-T $Null, 'null device is -T'); 447 ok(-B $Null, ' and -B');
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 194 case Null: in getDependence() 249 case Null: in isPackExpansion() 284 case TemplateArgument::Null: in getNonTypeTemplateArgumentType() 311 case Null: in Profile() 354 case Null: in structurallyEquals() 400 case Null: in getPackExpansionPattern() 413 case Null: in print() 525 case TemplateArgument::Null: in getSourceRange() 535 case TemplateArgument::Null: in DiagTemplateArg()
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | function.bench.cpp | 21 Null, enumerator 86 case FunctionType::Null: in MakeFunction() 194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip() 208 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TemplateArgumentVisitor.h | 35 DISPATCH(Null); in Visit() 57 VISIT_METHOD(Null);
|
| /openbsd-src/games/hack/ |
| H A D | hack.do_wear.c | 379 if((otmp = uleft) != Null(obj)){ in glibr() 383 if((otmp = uright) != Null(obj)){ in glibr() 388 if((otmp = uwep) != Null(obj)){ in glibr()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/ |
| H A D | Null.pm | 1 package Dev::Null;
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | JSON.h | 31 enum class Kind { String, Number, True, False, Null, Object, Array }; enumerator 181 return V->GetKind() == JSONValue::Kind::Null; in classof() 282 Null, enumerator
|
| H A D | JSONGenerator.h | 354 class Null : public Object { 356 Null() : Object(Type::eTypeNull) {} in Null() function 358 virtual ~Null() {} in ~Null()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | filehandles.t | 12 use Dev::Null;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/ |
| H A D | Null.pm | 3 package Dev::Null;
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 78 return std::make_shared<StructuredData::Null>(); in ParseJSONValue() 176 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize() 271 void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { in GetDescription()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/ |
| H A D | death.plx | 7 require Dev::Null;
|
| H A D | death_with_handler.plx | 13 require Dev::Null;
|
| H A D | last_minute_death.plx | 9 require Dev::Null;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/ |
| H A D | inc_taint.t | 12 use Dev::Null;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/ |
| H A D | node_metadata_selector.hpp | 58 template<typename Node_Update, bool Null>
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| H A D | node_metadata_selector.hpp | 58 template<typename Node_Update, bool Null>
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/ |
| H A D | dhry.h | 399 #define Null 0 macro
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 485 Value *Null = ConstantPointerNull::get(cast<PointerType>(CI->getType())); in tryToPeepholeInstruction() local 487 new StoreInst(Null, CI->getArgOperand(0), CI); in tryToPeepholeInstruction() 490 << " New = " << *Null << "\n"); in tryToPeepholeInstruction() 492 CI->replaceAllUsesWith(Null); in tryToPeepholeInstruction()
|