Home
last modified time | relevance | path

Searched refs:Complete (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h59 Complete, // constructor or destructor enumerator
66 case StructorType::Complete: in toCXXCtorType()
79 return StructorType::Complete; in getFromCtorType()
93 case StructorType::Complete: in toCXXDtorType()
108 return StructorType::Complete; in getFromDtorType()
H A DCGCXX.cpp242 Type == StructorType::Complete && MD->getParent()->getNumVBases() == 0) in getAddrOfCXXStructor()
315 DD, StructorType::Complete); in BuildAppleKextVirtualDestructorCall()
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_decode_etmv4i.h69 …ocsd_datapath_resp_t decodePacket(bool &Complete); // return true to indicate decode complete -…
70 …ocsd_datapath_resp_t commitElements(bool &Complete); // commit elements - may get wait response,…
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp755 bool Complete = true; in MethodsAndNestedClassesComplete() local
758 I != E && Complete; ++I) { in MethodsAndNestedClassesComplete()
776 Complete = false; in MethodsAndNestedClassesComplete()
779 MNCComplete[RD] = Complete; in MethodsAndNestedClassesComplete()
780 return Complete; in MethodsAndNestedClassesComplete()
799 I != E && Complete; ++I) { in IsRecordFullyDefined()
806 Complete = false; in IsRecordFullyDefined()
811 Complete = FD->isDefined(); in IsRecordFullyDefined()
814 Complete = false; in IsRecordFullyDefined()
817 RecordsComplete[RD] = Complete; in IsRecordFullyDefined()
[all …]
/freebsd-12.1/contrib/dtc/libfdt/
H A DTODO3 - Complete libfdt.h documenting comments
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp57 bool &Complete) const;
172 bool Complete = false; in getInstruction() local
178 while (Result == Success && !Complete) { in getInstruction()
182 Result = getSingleInstruction(*Inst, MI, Bytes, Address, os, cs, Complete); in getInstruction()
295 raw_ostream &os, raw_ostream &cs, bool &Complete) const { in getSingleInstruction()
405 Complete = true; in getSingleInstruction()
409 Complete = true; in getSingleInstruction()
/freebsd-12.1/contrib/openpam/
H A DTODO7 - Complete unit tests for openpam_dispatch().
/freebsd-12.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp242 ocsd_datapath_resp_t TrcPktDecodeEtmV4I::decodePacket(bool &Complete) in decodePacket() argument
246 Complete = true; in decodePacket()
470 Complete = false; // force the processing of the commit elements. in decodePacket()
487 ocsd_datapath_resp_t TrcPktDecodeEtmV4I::commitElements(bool &Complete) in commitElements() argument
494 Complete = true; // assume we exit due to completion of commit operation in commitElements()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionParser.h85 virtual bool Complete(CompletionRequest &request, unsigned line, unsigned pos,
H A DUserExpression.h120 virtual bool Complete(ExecutionContext &exe_ctx, CompletionRequest &request, in Complete() function
/freebsd-12.1/contrib/libxo/libxo/
H A Dadd.man.in6 Complete documentation can be found on github:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h65 bool Complete(CompletionRequest &request, unsigned line, unsigned pos,
H A DClangUserExpression.h142 bool Complete(ExecutionContext &exe_ctx, CompletionRequest &request,
H A DClangUserExpression.cpp641 bool ClangUserExpression::Complete(ExecutionContext &exe_ctx, in Complete() function in ClangUserExpression
705 parser.Complete(request, user_expr_line, completion_column, complete_pos); in Complete()
/freebsd-12.1/contrib/tcsh/nls/russian/
H A Dset314 11 Complete current word
17 14 Complete current word ignoring programmable completions
/freebsd-12.1/contrib/tcsh/nls/C/
H A Dset314 11 Complete current word
17 14 Complete current word ignoring programmable completions
/freebsd-12.1/contrib/tcsh/nls/ukrainian/
H A Dset314 11 Complete current word
17 14 Complete current word ignoring programmable completions
/freebsd-12.1/sys/contrib/zstd/
H A DCONTRIBUTING.md27 Complete your CLA here: <https://code.facebook.com/cla>
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h115 Complete, enumerator
/freebsd-12.1/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat59 ECHO Complete: %solution%
/freebsd-12.1/contrib/less/
H A Dless.hlp234 TAB ...................................... Complete filename & cycle.
235 SHIFT-TAB ...................... ESC-TAB Complete filename & reverse cycle.
236 ctrl-L ................................... Complete filename, list all.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp638 m_editor_status = EditorStatus::Complete; in EndOrAddLineCommand()
1160 : m_editor_status(EditorStatus::Complete), m_color_prompts(color_prompts), in Editline()
1299 m_editor_status = EditorStatus::Complete; in GetLine()
1324 m_editor_status = EditorStatus::Complete; in GetLine()
/freebsd-12.1/crypto/openssh/
H A DTODO40 - Complete Tru64 SIA support
/freebsd-12.1/sys/dev/ce/
H A Dtau32-ddk.h437 TAU32_TimeslotAssignment Complete[TAU32_TIMESLOTS]; member
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1925 bool Complete = true; in checkCompleteness() local
1941 Complete = false; in checkCompleteness()
1960 Complete = false; in checkCompleteness()
1965 if (!Complete) { in checkCompleteness()

1234