| /third_party/json/tests/thirdparty/fifo_map/ |
| H A D | fifo_map.hpp | 520 namespace std // NOLINT(cert-dcl58-cpp,-warnings-as-errors) global() namespace [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 161 assert(source_idx < insert_idx_clause); assert(insert_idx_clause < insert_idx); RegisterDemand reference_demand; for (int i = source_idx + 1; i < insert_idx_clause; ++i) { reference_demand.update(register_demand[i]); } assert(total_demand == reference_demand); reference_demand = {}; for (int i = insert_idx_clause; i < insert_idx; ++i) { reference_demand.update(register_demand[i]); } assert(clause_demand == reference_demand); } DownwardsCursor MoveState::downwards_init(int current_idx, bool improved_rar_, bool may_form_clauses) { improved_rar = improved_rar_; std::fill(depends_on.begin(), depends_on.end(), false); if (improved_rar) { std::fill(RAR_dependencies.begin(), RAR_dependencies.end(), false); if (may_form_clauses) std::fill(RAR_dependencies_clause.begin(), RAR_dependencies_clause.end(), false); } for (const Operand& op : current->operands) { if (op.isTemp()) { depends_on[op.tempId()] = true; if (improved_rar && op.isFirstKill()) RAR_dependencies[op.tempId()] = true; } } DownwardsCursor cursor(current_idx, register_demand[current_idx]); cursor.verify_invariants(register_demand); return cursor; } MoveResult MoveState::downwards_move(DownwardsCursor& cursor, bool add_to_clause) { aco_ptr<Instruction>& instr = block->instructions[cursor.source_idx]; for (const Definition& def : instr->definitions) if (def.isTemp() && depends_on[def.tempId()]) return move_fail_ssa; std::vector<bool>& RAR_deps = improved_rar ? (add_to_clause ? RAR_dependencies_clause : RAR_dependencies) : depends_on; for (const Operand& op : instr->operands) verify_invariants() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
| H A D | common.cpp | 291 build_module_common(const Module &mod, const std::vector<char> &code, const std::map<std::string, unsigned> &offsets, const clang::CompilerInstance &c) build_module_common() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_liverangeevaluator_helpers.cpp | 636 RegisterAccess::RegisterAccess(const std::array<size_t, 4>& sizes) in RegisterAccess() argument
|
| /third_party/node/src/tracing/ |
| H A D | agent.cc | 38 std::set<std::string> flatten( in flatten() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_conv.c | 310 double avg, std; in test_one() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dcfmtest.cpp | 35 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
|
| /third_party/node/deps/v8/include/cppgc/ |
| H A D | cross-thread-persistent.h | 109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument [all...] |
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | cross-thread-persistent.h | 109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | atomic-utils.h | 239 CheckedIncrement( std::atomic<T>* number, T amount, std::memory_order order = std::memory_order_seq_cst) CheckedIncrement() argument 249 CheckedDecrement( std::atomic<T>* number, T amount, std::memory_order order = std::memory_order_seq_cst) CheckedDecrement() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-list-format.cc | 216 FormatListCommon( Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list, const std::function<MaybeHandle<T>(Isolate*, const icu::FormattedValue&)>& formatToResult) FormatListCommon() argument [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | sampling-heap-profiler.cc | 210 TranslateAllocationNode( AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node, const std::map<int, Handle<Script>>& scripts) TranslateAllocationNode() argument [all...] |
| /third_party/mesa3d/src/gtest/include/gtest/ |
| H A D | gtest-printers.h | 232 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) operator <<() argument 648 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
| H A D | class.rs | [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | layout_large_align_field.rs | [all...] |
| H A D | wrap_unsafe_ops_class.rs | [all...] |
| H A D | class.rs | [all...] |
| /third_party/rust/crates/libloading/src/os/unix/ |
| H A D | mod.rs | |
| /third_party/rust/crates/cxx/src/ |
| H A D | cxx.cc | [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SymbolEnv.h | 51 namespace std namespace [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | ShaderD3D.cpp | 248 GetUniformRegisterMap( const std::map<std::string, unsigned int> *uniformRegisterMap) GetUniformRegisterMap() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | Common.h | 244 namespace std global() namespace [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderNegativeTests.cpp | 397 testVertexFragment(const std::map<std::string, std::string>& args, const std::string& qualifier_name) testVertexFragment() argument 433 testCompute(const std::map<std::string, std::string>& args, const std::string& qualifier_name) testCompute() argument [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
| H A D | Makefile | 184 gcc -Wall -pedantic-errors -std=c11 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE) macro 196 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD macro 197 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_DECODE macro 198 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_ENCODE macro 199 gcc -Wall -std macro 200 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD global() macro 201 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_DECODE global() macro 202 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_ENCODE global() macro 203 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD -D VULKAN_VIDEO_CODEC_H265STD_DECODE -D VULKAN_VIDEO_CODEC_H265STD_ENCODE global() macro 204 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_ALL global() macro 205 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_ALL -D VK_NO_STDINT_H global() macro [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | function.h | 212 RegisterExecutionModelLimitation( std::function<bool(SpvExecutionModel, std::string*)> is_compatible) RegisterExecutionModelLimitation() argument [all...] |