Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.h17 enum class DWARFEnumState { MoreItems, Complete }; enumerator
H A DDWARFAbbreviationDeclaration.cpp32 return DWARFEnumState::Complete; in extract()
H A DDWARFDebugAbbrev.cpp37 if (*es == DWARFEnumState::Complete) in extract()
/freebsd-13.1/contrib/openpam/
H A DTODO7 - Complete unit tests for openpam_dispatch().
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp917 bool Complete = true; in MethodsAndNestedClassesComplete() local
920 I != E && Complete; ++I) { in MethodsAndNestedClassesComplete()
938 Complete = false; in MethodsAndNestedClassesComplete()
941 MNCComplete[RD] = Complete; in MethodsAndNestedClassesComplete()
942 return Complete; in MethodsAndNestedClassesComplete()
961 I != E && Complete; ++I) { in IsRecordFullyDefined()
968 Complete = false; in IsRecordFullyDefined()
973 Complete = FD->isDefined(); in IsRecordFullyDefined()
976 Complete = false; in IsRecordFullyDefined()
979 RecordsComplete[RD] = Complete; in IsRecordFullyDefined()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp56 raw_ostream &CStream, bool &Complete) const;
169 bool Complete = false; in getInstruction() local
175 while (Result == Success && !Complete) { in getInstruction()
179 Result = getSingleInstruction(*Inst, MI, Bytes, Address, cs, Complete); in getInstruction()
297 bool &Complete) const { in getSingleInstruction()
407 Complete = true; in getSingleInstruction()
411 Complete = true; in getSingleInstruction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h76 virtual bool Complete(CompletionRequest &request, unsigned line, unsigned pos,
H A DUserExpression.h111 virtual bool Complete(ExecutionContext &exe_ctx, CompletionRequest &request, in Complete() function
/freebsd-13.1/contrib/libxo/libxo/
H A Dadd.man.in6 Complete documentation can be found on github:
/freebsd-13.1/contrib/libcbor/doc/source/
H A Dindex.rst12 - Complete RFC conformance [#]_
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h74 bool Complete(CompletionRequest &request, unsigned line, unsigned pos,
H A DClangUserExpression.h149 bool Complete(ExecutionContext &exe_ctx, CompletionRequest &request,
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_f01.txt5 bindings for devices which contain Function 1. Complete documentation
H A Drmi_spi.txt5 bindings for devices using the SPI transport driver. Complete documentation
H A Drmi_i2c.txt5 bindings for devices using the I2C transport driver. Complete documentation
H A Drmi_2d_sensor.txt6 Function 12. Complete documentation for transports and other functions
/freebsd-13.1/contrib/tcsh/nls/russian/
H A Dset313 11 Complete current word
16 14 Complete current word ignoring programmable completions
/freebsd-13.1/contrib/tcsh/nls/C/
H A Dset313 11 Complete current word
16 14 Complete current word ignoring programmable completions
/freebsd-13.1/contrib/tcsh/nls/ukrainian/
H A Dset313 11 Complete current word
16 14 Complete current word ignoring programmable completions
/freebsd-13.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp583 bool Complete = false; in resolveElements() local
585 while (!Complete) in resolveElements()
613 Complete = !m_out_elem.numElemToSend() && !isElemForRes(); in resolveElements()
616 if (Complete) { in resolveElements()
/freebsd-13.1/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat59 ECHO Complete: %solution%
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h113 Complete, enumerator
/freebsd-13.1/crypto/openssh/
H A DTODO40 - Complete Tru64 SIA support
/freebsd-13.1/contrib/less/
H A Dless.hlp256 TAB ...................................... Complete filename & cycle.
257 SHIFT-TAB ...................... ESC-TAB Complete filename & reverse cycle.
258 ctrl-L ................................... Complete filename, list all.
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp703 m_editor_status = EditorStatus::Complete; in EndOrAddLineCommand()
1371 : m_editor_status(EditorStatus::Complete), m_color_prompts(color_prompts), in Editline()
1497 m_editor_status = EditorStatus::Complete; in GetLine()
1522 m_editor_status = EditorStatus::Complete; in GetLine()

12