| /freebsd/contrib/bmake/unit-tests/ |
| H A D | suff-incomplete.exp | 28 Wildcard expanding "all"... 32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"... 35 Wildcard expanding "suff-incomplete.c"...suffix is ".c"... 37 Wildcard expanding "all"... 41 Wildcard expanding ".END"...
|
| H A D | suff.exp | 46 Wildcard expanding "edge-case.to"...suffix is ".to"... 64 Wildcard expanding "a*.mk"... 69 Wildcard expanding "edge-case.additional"... 85 Wildcard expanding "archive-suffix.mk"... 96 Wildcard expanding "archive.mk"... 107 Wildcard expanding "edge-case.additional"... 143 Wildcard expanding ".END"...
|
| H A D | suff-lookup.exp | 44 Wildcard expanding "all"... 48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"... 66 Wildcard expanding "all"... 70 Wildcard expanding ".END"...
|
| H A D | suff-rebuild.exp | 37 Wildcard expanding "all"... 44 Wildcard expanding "suff-rebuild-example"... 65 Wildcard expanding "all"... 72 Wildcard expanding ".END"...
|
| H A D | suff-transform-endless.exp | 23 Wildcard expanding "all"... 33 Wildcard expanding "issue6.f"...suffix is ".f"...
|
| H A D | suff-transform-select.exp | 24 Wildcard expanding "all"... 34 Wildcard expanding "issue10.e"...suffix is ".e"...
|
| H A D | suff-phony.exp | 12 Wildcard expanding ".END"...
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 74 if (isa<til::Wildcard>(E1)) in matches() 75 return isa<til::Wildcard>(E2); in matches() 76 if (isa<til::Wildcard>(E2)) in matches() 77 return isa<til::Wildcard>(E1); in matches() 345 bool isUniversal() const { return isa_and_nonnull<til::Wildcard>(sexpr()); } in isUniversal()
|
| H A D | ThreadSafetyOps.def | 18 TIL_OPCODE_DEF(Wildcard)
|
| H A D | ThreadSafetyTraverse.h | 193 R_SExpr reduceWildcard(Wildcard &Orig) { return true; } in reduceWildcard() 531 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard() 713 if (isa<Wildcard>(E->record())) { in printProject()
|
| H A D | ThreadSafetyTIL.h | 514 class Wildcard : public SExpr { 516 Wildcard() : SExpr(COP_Wildcard) {} in Wildcard() function 517 Wildcard(const Wildcard &) = default; 526 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | CommonConfig.cpp | 21 case MatchStyle::Wildcard: { in create()
|
| /freebsd/contrib/bearssl/test/x509/ |
| H A D | alltests.txt | 274 ; Wildcard processing: the name 'localhost' should not match because 286 ; Wildcard processing: the name 'example.com' will be matched by '*.com'. 297 ; Wildcard processing: the name 'www.example.com' will be matched by 309 ; Wildcard processing: the name 'foo.foo.example.com' will not be matched by 321 ; Wildcard processing: the name 'foo.bar.example.com' will not be matched by 333 ; Wildcard processing: the name 'foo.bar.example.foobar' will not be matched by 344 ; Wildcard processing: the name 'foo.*.example.foobar' will be matched
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMapFile.h | 90 bool Wildcard; /// True if the last element of the ModuleId is '*'. member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 89 Wildcard, // Default for sections, or enabled with --wildcard (-w). enumerator
|
| /freebsd/contrib/tcsh/ |
| H A D | src.desc | 25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMapFile.cpp | 557 ED.Wildcard = false; in parseExportDecl() 574 ED.Wildcard = true; in parseExportDecl() 1190 << (ED.Wildcard ? "*" : formatModuleId(ED.Id)) << "\n"; in dumpDecls()
|
| H A D | ModuleMap.cpp | 112 assert(Unresolved.Wildcard && "Invalid unresolved export"); in resolveExport() 121 return Module::ExportDecl(Context, Unresolved.Wildcard); in resolveExport() 2040 Module::UnresolvedExportDecl Unresolved = {ED.Location, ED.Id, ED.Wildcard}; in handleExportDecl() 2180 if (ED.Wildcard && ED.Id.size() == 0) in handleInferredModuleDecl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMacroFusion.td | 121 // /* Wildcard */
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | hostapd.eap_user | 82 # Wildcard for all other identities
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 764 : MatchStyle::Wildcard; in parseObjcopyOptions() 767 : InputArgs.hasArg(OBJCOPY_wildcard) ? MatchStyle::Wildcard in parseObjcopyOptions() 1570 InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex : MatchStyle::Wildcard; in parseStripOptions() 1573 : InputArgs.hasArg(STRIP_wildcard) ? MatchStyle::Wildcard in parseStripOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 485 bool Wildcard; member
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 208 return CapabilityExpr(new (Arena) til::Wildcard(), StringRef("wildcard"), in translateAttrExpr() 508 auto *W = new (Arena) til::Wildcard(); in translateUnaryOperator()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 587 if (UnresolvedExports[I].Wildcard) in print()
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 27 ## Wildcard section in Matchers Reference
|