Searched refs:kind (Results 1 - 25 of 483) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/rpcgen/
H A Drpc_scan.c68 if (tokp->kind != expect) {
80 if (tokp->kind != expect1 && tokp->kind != expect2) {
92 if (tokp->kind != expect1 && tokp->kind != expect2
93 && tokp->kind != expect3) {
105 switch (tokp->kind) {
130 if (tokp->kind == expect) {
157 tokp->kind = TOK_EOF;
205 tokp->kind
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp61 Kind kind; local
65 kind = ObjCRuntime::MacOSX;
67 kind = ObjCRuntime::FragileMacOSX;
69 kind = ObjCRuntime::iOS;
71 kind = ObjCRuntime::WatchOS;
76 kind = ObjCRuntime::GNUstep;
78 kind = ObjCRuntime::GCC;
80 kind = ObjCRuntime::ObjFW;
85 TheKind = kind;
93 if (kind
[all...]
/freebsd-current/lib/libc/gdtoa/
H A D_ldtoa.c60 int be, kind; local
81 kind = STRTOG_Normal;
87 kind = STRTOG_Zero;
90 kind = STRTOG_Denormal;
94 kind = STRTOG_Infinite;
97 kind = STRTOG_NaN;
103 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/freebsd-current/usr.bin/usbhidctl/
H A Dusbhid.c85 if (h.kind == hid_collection) {
90 } else if (h.kind == hid_endcollection) {
100 if ((h.kind != hid_input && h.kind != hid_output &&
101 h.kind != hid_feature) || (h.flags & HIO_CONST))
139 if (h.kind == hid_collection) {
144 } else if (h.kind == hid_endcollection) {
154 if ((h.kind != hid_input && h.kind != hid_output &&
155 h.kind !
306 enum hid_kind kind; local
383 enum hid_kind kind; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h38 DynamicCheckerFunctions(DynamicCheckerFunctionsKind kind) : m_kind(kind) {} argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.h23 /// we consider a member function call to be a kind of access, even though
78 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
83 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
88 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
98 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
103 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
108 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
112 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId);
118 DiagnosticBuilder report(SourceLocation Loc, diag::kind DiagId);
129 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagI
[all...]
H A DState.cpp21 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId,
26 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId,
34 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId,
42 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId,
53 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId,
58 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId,
63 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) {
76 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) {
81 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) {
87 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagI
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp16 lldb::RegisterKind kind, uint32_t num)
17 : m_reg_ctx_sp(thread.GetRegisterContext()), m_regnum(num), m_kind(kind),
31 void RegisterNumber::init(lldb_private::Thread &thread, lldb::RegisterKind kind, argument
35 m_kind = kind;
80 uint32_t RegisterNumber::GetAsKind(lldb::RegisterKind kind) { argument
84 if (kind == m_kind)
87 Collection::iterator iter = m_kind_regnum_map.find(kind);
93 m_reg_ctx_sp->ConvertBetweenRegisterKinds(m_kind, m_regnum, kind,
96 m_kind_regnum_map[kind] = output_regnum;
15 RegisterNumber(lldb_private::Thread &thread, lldb::RegisterKind kind, uint32_t num) argument
H A DTrace.cpp188 Trace::GetLiveThreadBinaryDataSize(lldb::tid_t tid, llvm::StringRef kind) { argument
190 return Lookup(storage.live_thread_data, tid, ConstString(kind));
194 llvm::StringRef kind) {
196 return Lookup(storage.live_cpu_data_sizes, cpu_id, ConstString(kind));
200 Trace::GetLiveProcessBinaryDataSize(llvm::StringRef kind) { argument
202 return Lookup(storage.live_process_data, ConstString(kind));
212 "Data kind = {0}, tid = {1}, cpu id = {2}.",
213 request.kind, request.tid, request.cpu_id));
224 formatv("Got incomplete live trace data. Data kind = {0}, expected "
226 request.kind, expected_siz
193 GetLiveCpuBinaryDataSize(lldb::cpu_id_t cpu_id, llvm::StringRef kind) argument
233 GetLiveThreadBinaryData(lldb::tid_t tid, llvm::StringRef kind) argument
247 GetLiveCpuBinaryData(lldb::cpu_id_t cpu_id, llvm::StringRef kind) argument
265 GetLiveProcessBinaryData(llvm::StringRef kind) argument
375 GetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind) argument
387 GetPostMortemCpuDataFile(lldb::cpu_id_t cpu_id, llvm::StringRef kind) argument
400 SetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind, FileSpec file_spec) argument
406 SetPostMortemCpuDataFile(lldb::cpu_id_t cpu_id, llvm::StringRef kind, FileSpec file_spec) argument
413 OnLiveThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
421 OnLiveCpuBinaryDataRead(lldb::cpu_id_t cpu_id, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
454 OnPostMortemThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
463 OnPostMortemCpuBinaryDataRead(lldb::cpu_id_t cpu_id, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
472 OnThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
481 OnAllCpusBinaryDataRead(llvm::StringRef kind, OnCpusBinaryDataReadCallback callback) argument
504 OnCpuBinaryDataRead(lldb::cpu_id_t cpu_id, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DFormula.cpp55 llvm_unreachable("unhandled formula kind");
59 if (Names && kind() == AtomRef)
65 switch (numOperands(kind())) {
67 switch (kind()) {
75 llvm_unreachable("unhandled formula kind");
79 OS << sigil(kind());
85 OS << sigil(kind());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h36 Kind kind; member in namespace:lldb_private
40 CTFType(Kind kind, lldb::user_id_t uid, llvm::StringRef name) argument
41 : kind(kind), uid(uid), name(name) {}
49 static bool classof(const CTFType *T) { return T->kind == eInteger; }
57 CTFModifier(Kind kind, lldb::user_id_t uid, uint32_t type) argument
58 : CTFType(kind, uid, ""), type(type) {}
61 return T->kind == ePointer || T->kind == eConst || T->kind
164 CTFRecord(Kind kind, lldb::user_id_t uid, llvm::StringRef name, uint32_t nfields, uint32_t size, std::vector<Field> fields) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h21 RegisterNumber(lldb_private::Thread &thread, lldb::RegisterKind kind,
30 void init(lldb_private::Thread &thread, lldb::RegisterKind kind,
41 uint32_t GetAsKind(lldb::RegisterKind kind);
H A DTrace.h277 /// \param[in] kind
278 /// The kind of data to read.
288 llvm::Error OnThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind,
302 /// \param[in] kind
303 /// The kind of data to read.
313 llvm::Error OnCpuBinaryDataRead(lldb::cpu_id_t cpu_id, llvm::StringRef kind,
318 llvm::Error OnAllCpusBinaryDataRead(llvm::StringRef kind,
355 llvm::Error OnLiveThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind,
359 llvm::Error OnLiveCpuBinaryDataRead(lldb::cpu_id_t cpu, llvm::StringRef kind,
364 OnPostMortemThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind,
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.h41 void __kmps_set_schedule(kmp_sched_t kind, int modifier);
42 void __kmps_get_schedule(kmp_sched_t *kind, int *modifier);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h29 DeclVendor(DeclVendorKind kind) : m_kind(kind) {} argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h23 ClangDeclVendor(DeclVendorKind kind) : DeclVendor(kind) {} argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokenManager.h33 /// Describes what the exact class kind of the TokenManager is.
34 virtual llvm::StringLiteral kind() const = 0;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h39 Kind getKind() const { return kind; }
43 assert(kind == SDNODE);
49 assert(kind == SDNODE);
55 assert(kind == CONST);
61 assert(kind == FRAMEIX);
67 assert(kind == VREG);
86 if (kind != Other.kind)
88 switch (kind) {
102 Kind kind; member in class:llvm::SDDbgOperand
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp18 RecordT record(static_cast<SymbolRecordKind>(sym.kind()));
24 assert(symbolOpensScope(Sym.kind()));
25 switch (Sym.kind()) {
55 assert(symbolOpensScope(Sym.kind()));
56 switch (Sym.kind()) {
88 assert(symbolOpensScope(Opener.kind()));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.h24 return S->kind() == DebugSubsectionKind::Symbols;
40 return S->kind() == DebugSubsectionKind::Symbols;
H A DDebugSubsection.h28 DebugSubsectionKind kind() const { return Kind; } function in class:llvm::codeview::DebugSubsectionRef
41 DebugSubsectionKind kind() const { return Kind; } function in class:llvm::codeview::DebugSubsection
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp26 // Callback comparator based on kind.
29 return std::string(LHS->kind()) < std::string(RHS->kind());
68 // kind, name, line number, offset.
70 LHS->kind(), LHS->getName(), LHS->getLineNumber(), LHS->getOffset());
72 RHS->kind(), RHS->getName(), RHS->getLineNumber(), RHS->getOffset());
80 // line number, name, kind, offset.
82 LHS->getLineNumber(), LHS->getName(), LHS->kind(), LHS->getOffset());
84 RHS->getLineNumber(), RHS->getName(), RHS->kind(), RHS->getOffset());
92 // name, line number, kind, offse
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h23 // A definition of a single resource script token. Each token has its kind
46 Kind kind() const;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.h49 CSKYMCExpr::VariantKind kind; member in struct:llvm::CSKYTargetStreamer::__anon2373
86 DenseMapInfo<int>::getHashValue(V.kind));
90 return A.sym == B.sym && A.kind == B.kind;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp66 void SBQueueItem::SetKind(lldb::QueueItemKind kind) { argument
67 LLDB_INSTRUMENT_VA(this, kind);
70 m_queue_item_sp->SetKind(kind);

Completed in 388 milliseconds

1234567891011>>