Home
last modified time | relevance | path

Searched refs:unspecified (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h19 unspecified = 1, member in llvm::codeview::cv_error_code
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {} in CodeViewError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h19 unspecified = 1, member in llvm::msf::msf_error_code
46 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {} in MSFError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h18 unspecified = 1, member in llvm::pdb::dia_error_code
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {} in DIAError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h24 unspecified, member in llvm::pdb::pdb_error_code
46 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {} in PDBError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamError.cpp20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError()
26 case stream_error_code::unspecified: in BinaryStreamError()
27 ErrMsg += "An unspecified error has occurred."; in BinaryStreamError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h19 unspecified = 1, member in llvm::pdb::raw_error_code
53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {} in RawError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp25 case cv_error_code::unspecified:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp25 case msf_error_code::unspecified:
H A DMSFBuilder.cpp91 return make_error<MSFError>(msf_error_code::unspecified, in setDirectoryBlocksHint()
170 msf_error_code::unspecified, in addStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAError.cpp27 case dia_error_code::unspecified:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp25 case pdb_error_code::unspecified:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp17 case raw_error_code::unspecified:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamError.h19 unspecified, member in llvm::stream_error_code
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim.h49 enum class GpuType { unspecified, integrated, discrete, external }; member in GpuType
97 GpuType gpu_preference = GpuType::unspecified;
/third_party/python/Tools/clinic/
H A Dclinic.py55 unspecified = Unspecified() variable
1246 last = unspecified
1339 if (i != -1) and (p.default is not unspecified):
2413 return not self.is_vararg() and (self.default is not unspecified)
2508 # Or the magic value "unspecified" if there is no default.
2512 default = unspecified
2590 def __init__(self, name, py_name, function, default=unspecified, *, c_default=None, py_default=None, annotation=unspecified, **kwargs):
2594 if default is not unspecified:
2609 if annotation != unspecified
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_apply_reg_state.tex40 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_step.tex37 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_set_reg.tex52 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_get_fpreg.tex51 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_init_local.tex63 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_get_reg.tex52 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_init_remote.tex61 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_set_fpreg.tex51 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
H A Dunw_get_proc_info_by_ip.tex65 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
/third_party/gn/src/gn/
H A Dlabel.cc249 If a name is unspecified, it will inherit the directory name. Stylistically,

Completed in 14 milliseconds

12