Searched refs:matchType (Results 1 – 2 of 2) sorted by relevance
/openbsd/regress/bin/ksh/ |
H A D | th | 952 local($type, $perm, $uid, $gid, $matchType, 962 ($type, $perm, $uid, $gid, $matchType, $rest) 984 if ($matchType !~ /^(exact|pattern)$/) { 986 "$prog:$file:$.: bad match type for file-result: $matchType\n"; 1146 ($type, $perm, $uid, $gid, $matchType, $rest) = 1181 $matchType eq 'exact' ? $rest : undef 1182 $matchType eq 'pattern' ? $rest : undef); 1205 $matchType eq 'exact' ? $rest : undef 1206 $matchType eq 'pattern' ? $rest : undef);
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 949 static bool matchType(FuncArgTypeID ArgTy, const Type *Ty, unsigned IntBits, in matchType() function 1079 if (!Ty || !matchType(TyID, Ty, IntBits, SizeTBits)) in isValidProtoForLibFunc()
|