Home
last modified time | relevance | path

Searched refs:Wildcard (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/bmake/unit-tests/
H A Dsuff-incomplete.exp28 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 Dsuff.exp46 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 Dsuff-lookup.exp44 Wildcard expanding "all"...
48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
66 Wildcard expanding "all"...
70 Wildcard expanding ".END"...
H A Dsuff-rebuild.exp37 Wildcard expanding "all"...
44 Wildcard expanding "suff-rebuild-example"...
65 Wildcard expanding "all"...
72 Wildcard expanding ".END"...
H A Dsuff-transform-endless.exp23 Wildcard expanding "all"...
33 Wildcard expanding "issue6.f"...suffix is ".f"...
H A Dsuff-transform-select.exp24 Wildcard expanding "all"...
34 Wildcard expanding "issue10.e"...suffix is ".e"...
H A Dsuff-phony.exp12 Wildcard expanding ".END"...
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h74 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 DThreadSafetyOps.def18 TIL_OPCODE_DEF(Wildcard)
H A DThreadSafetyTraverse.h193 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 DThreadSafetyTIL.h514 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 DCommonConfig.cpp21 case MatchStyle::Wildcard: { in create()
/freebsd/contrib/bearssl/test/x509/
H A Dalltests.txt274 ; 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 DModuleMapFile.h90 bool Wildcard; /// True if the last element of the ModuleId is '*'. member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h89 Wildcard, // Default for sections, or enabled with --wildcard (-w). enumerator
/freebsd/contrib/tcsh/
H A Dsrc.desc25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp557 ED.Wildcard = false; in parseExportDecl()
574 ED.Wildcard = true; in parseExportDecl()
1190 << (ED.Wildcard ? "*" : formatModuleId(ED.Id)) << "\n"; in dumpDecls()
H A DModuleMap.cpp112 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 DTargetMacroFusion.td121 // /* Wildcard */
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user82 # Wildcard for all other identities
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp764 : 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 DModule.h485 bool Wildcard; member
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp208 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 DModule.cpp587 if (UnresolvedExports[I].Wildcard) in print()
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md27 ## Wildcard section in Matchers Reference

12