/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | VTEmitter.cpp | 95 bool Closed; in run() member 105 assert(!VTRanges[Key].Closed && "Gap detected!"); in run() 108 VTRanges[Key].Closed = true; in run() 159 assert(KV.second.Closed); in run()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 246 assert(!Closed && "SARIF Document is closed. " in getCurrentTool() 263 if (Closed) { in endRun() 321 Closed = true; in endRun() 350 Closed = false; in createRun() 368 assert(!Closed && in getCurrentRun()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SimpleStreamChecker.cpp | 33 enum Kind { Opened, Closed } K; enumerator 38 bool isClosed() const { return K == Closed; } in isClosed() 41 static StreamState getClosed() { return StreamState(Closed); } in getClosed()
|
H A D | StreamChecker.cpp | 106 Closed, /// Closed stream (an invalid stream pointer after it was closed). enumerator 114 case Closed: in getKindStr() 147 bool isClosed() const { return State == Closed; } in isClosed() 164 return StreamState{L, Closed, {}, false}; in getClosed()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,msm8916-wcd-analog.txt | 45 (Normally Closed). 49 (Normally Closed).
|
/freebsd/contrib/ntp/html/hints/ |
H A D | aix | 70 > Closed: 94/05/05
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sarif.h | 486 bool Closed = true; variable
|
H A D | Attr.td | 1729 ["closed", "open"], ["Closed", "Open"]>];
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 679 assert(State != Closed && "JD is defunct"); in clear() 693 assert(State != Closed && "JD is defunct"); in getDefaultResourceTracker() 1144 case Closed: in dump() 1149 if (State == Closed) in dump() 1271 assert(State != Closed && "JD is defunct"); in IL_removeTracker() 1333 assert(State != Closed && "JD is defunct"); in transferTracker() 1705 JD->State = JITDylib::Closed; in removeJITDylibs()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 625 case EnumExtensibilityKind::Closed: in ProcessAPINotes() 626 kind = EnumExtensibilityAttr::Closed; in ProcessAPINotes()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 437 IO.enumCase(EEK, "closed", EnumExtensibilityKind::Closed); in enumeration() 947 TI.EnumExtensibility = EnumExtensibilityKind::Closed; in convertTagContext()
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 39 Closed, enumerator
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 637 0x61 Closed Caption 638 0x62 Closed Caption Select
|
H A D | usb_vendors | 24779 061 Closed Caption 24780 062 Closed Caption Select
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1341 enum { Open, Closing, Closed } State = Open; enumerator
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 1504 Jeffrey P. Buzen Computational Algorithms for Closed 2201 Rectangle for an Arbitrary Closed Curve 409--413 2269 General Closed Queueing Networks . . . . 592--593
|
H A D | funstack.in | 11226 title = "Computational Algorithms for Closed Queueing Networks with Exponential Servers", 16654 title = "Determining the Minimum-Area Encasing Rectangle for an Arbitrary Closed Curve", 17217 title = "{Horner}'s Rule for the Evaluation of General Closed Queueing Networks", 17235 descriptors = "Closed queueing network; algorithm; evaluation;",
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4885 return A->getExtensibility() == EnumExtensibilityAttr::Closed; in isClosed()
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 11283 # Open Closed 11288 # 3 Open, 4 Closed: DTR on when terminal is on 11289 # 3 Closed, 4 Open: DTR is connected to RTS 11290 # 3 Closed, 4 Closed: Not allowed 11292 # 5 Closed: HDX printer (hardware control) Rev. K with extension port off, 11297 # 6 Open, 7 Closed: 20ma current loop input 11298 # 6 Closed, 7 Open: RS232 input 11299 # 6 Closed, 7 Closed: Not allowed
|