Searched refs:Expected (Results 1 - 25 of 1096) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/
H A Dis_error_code_enum.pass.cpp20 template <bool Expected, class T>
24 static_assert((std::is_error_code_enum<T>::value == Expected), "");
26 static_assert((std::is_error_code_enum_v<T> == Expected), "");
H A Dis_error_condition_enum.pass.cpp20 template <bool Expected, class T>
24 static_assert((std::is_error_condition_enum<T>::value == Expected), "");
26 static_assert((std::is_error_condition_enum_v<T> == Expected), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
H A Dis_bind_expression.pass.cpp19 template <bool Expected, class T>
23 static_assert(std::is_bind_expression<T>::value == Expected, "");
25 static_assert(std::is_bind_expression_v<T> == Expected, "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/
H A Dis_error_code_enum.pass.cpp20 template <bool Expected, class T>
24 static_assert((std::is_error_code_enum<T>::value == Expected), "");
26 static_assert((std::is_error_code_enum_v<T> == Expected), "");
H A Dis_error_condition_enum.pass.cpp20 template <bool Expected, class T>
24 static_assert((std::is_error_condition_enum<T>::value == Expected), "");
26 static_assert((std::is_error_condition_enum_v<T> == Expected), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
H A Dis_bind_expression.pass.cpp19 template <bool Expected, class T>
23 static_assert(std::is_bind_expression<T>::value == Expected, "");
25 static_assert(std::is_bind_expression_v<T> == Expected, "");
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
H A DBitcodeReader.h30 // These functions are for converting Expected/Error values to
37 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
72 friend Expected<BitcodeFileContents>
75 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
92 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
97 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
101 Expected<BitcodeLTOInfo> getLTOInfo();
104 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
117 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
120 Expected<st
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
H A DBitcodeReader.h30 // These functions are for converting Expected/Error values to
37 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
72 friend Expected<BitcodeFileContents>
75 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
92 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
97 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
101 Expected<BitcodeLTOInfo> getLTOInfo();
104 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
117 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
120 Expected<st
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
H A DBitcodeReader.h35 // These functions are for converting Expected/Error values to
42 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
77 friend Expected<BitcodeFileContents>
80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
107 Expected<BitcodeLTOInfo> getLTOInfo();
110 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
131 Expected<st
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
H A DBitcodeReader.h35 // These functions are for converting Expected/Error values to
42 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
77 friend Expected<BitcodeFileContents>
80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
107 Expected<BitcodeLTOInfo> getLTOInfo();
110 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
131 Expected<st
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
H A DBitcodeReader.h35 // These functions are for converting Expected/Error values to
42 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
77 friend Expected<BitcodeFileContents>
80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
107 Expected<BitcodeLTOInfo> getLTOInfo();
110 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
131 Expected<st
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
H A DBitcodeReader.h35 // These functions are for converting Expected/Error values to
42 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
77 friend Expected<BitcodeFileContents>
80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
107 Expected<BitcodeLTOInfo> getLTOInfo();
110 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
131 Expected<st
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
H A DBitcodeReader.h30 // These functions are for converting Expected/Error values to
37 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
72 friend Expected<BitcodeFileContents>
75 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
92 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
97 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
101 Expected<BitcodeLTOInfo> getLTOInfo();
104 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
117 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
120 Expected<st
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
H A DBitcodeReader.h30 // These functions are for converting Expected/Error values to
37 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
72 friend Expected<BitcodeFileContents>
75 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
92 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
97 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
101 Expected<BitcodeLTOInfo> getLTOInfo();
104 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
117 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
120 Expected<st
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
H A DBitcodeReader.h35 // These functions are for converting Expected/Error values to
42 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
77 friend Expected<BitcodeFileContents>
80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
107 Expected<BitcodeLTOInfo> getLTOInfo();
110 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
131 Expected<st
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
H A DBitcodeReader.h35 // These functions are for converting Expected/Error values to
42 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
77 friend Expected<BitcodeFileContents>
80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
107 Expected<BitcodeLTOInfo> getLTOInfo();
110 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
131 Expected<st
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
H A DBitcodeReader.h35 // These functions are for converting Expected/Error values to
42 ErrorOr<T> expectedToErrorOrAndEmitErrors(LLVMContext &Ctx, Expected<T> Val) {
77 friend Expected<BitcodeFileContents>
80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
107 Expected<BitcodeLTOInfo> getLTOInfo();
110 Expected<std::unique_ptr<ModuleSummaryIndex>> getSummary();
128 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer);
131 Expected<st
[all...]

Completed in 641 milliseconds

1234567891011>>