Searched refs:NullStr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/amd/amd/
H A Dopts.c107 static char NullStr[] = "<NULL>"; variable
109 static char *opt_dkey = NullStr;
1443 opt_dkey = NullStr;
1449 opt_dkey = NullStr;
1515 opt_dkey = NullStr;
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp4192 raw_null_ostream NullStr; local
4193 Verifier V(OS ? *OS : NullStr);
4201 raw_null_ostream NullStr; local
4202 Verifier V(OS ? *OS : NullStr);

Completed in 175 milliseconds