| /third_party/node/deps/v8/src/utils/ |
| H A D | identity-map.cc | 50 int IdentityMapBase::ScanKeysFor(Address address, uint32_t hash) const { in ScanKeysFor() argument 133 int IdentityMapBase::Lookup(Address key) const { in Lookup() argument 160 uint32_t IdentityMapBase::Hash(Address address) const { in Hash() argument 183 IdentityMapBase::RawEntry IdentityMapBase::FindEntry(Address key) const { in FindEntry() argument 234 Address IdentityMapBase::KeyAtIndex(int index) const { in KeyAtIndex() argument 242 IdentityMapBase::RawEntry IdentityMapBase::EntryAtIndex(int index) const { in EntryAtIndex() argument 250 int IdentityMapBase::NextIndex(int index) const { in NextIndex() argument
|
| H A D | identity-map.h | 33 bool empty() const { return size_ == 0; } in empty() argument 34 int size() const { return size_; } in size() argument 35 int capacity() const { return capacity_; } in capacity() argument 36 bool is_iterable() const { return is_iterable_; } in is_iterable() argument 133 Find(Handle<Object> key) const Find() argument 134 Find(Object key) const Find() argument 169 key() const key() argument 170 entry() const entry() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_gv100.h | 33 virtual uint32_t getMinEncodingSize(const Instruction *) const { return 16; } in getMinEncodingSize() argument [all...] |
| H A D | nv50_ir_graph.cpp | 73 const char *Graph::Edge::typeStr() const in typeStr() argument 169 Graph::Node::reachableBy(const Node *node, const Node *term) const in reachableBy() argument 233 end() const end() argument 235 get() const get() argument 278 get() const get() argument 279 end() const end() argument [all...] |
| H A D | nv50_ir_inlines.h | 160 const ValueRef *ValueRef::getIndirect(int dim) const in getIndirect() argument 165 DataFile ValueRef::getFile() const in getFile() argument 170 unsigned int ValueRef::getSize() const in getSize() argument 175 Value *ValueRef::rep() const in rep() argument 181 Value *ValueDef::rep() const in rep() argument 187 DataFile ValueDef::getFile() const in getFile() argument 192 unsigned int ValueDef::getSize() const in getSize() argument 203 const LValu argument 208 getInsn() const getInsn() argument 213 getUniqueInsn() const getUniqueInsn() argument 239 constrainedDefs() const constrainedDefs() argument 244 getIndirect(int s, int dim) const getIndirect() argument 249 getPredicate() const getPredicate() argument 274 getIndirectR() const getIndirectR() argument 279 getIndirectS() const getIndirectS() argument 291 asCmp() const asCmp() argument 305 asFlow() const asFlow() argument 319 asTex() const asTex() argument 351 asSym() const asSym() argument 382 asImm() const asImm() argument [all...] |
| H A D | nv50_ir_graph.h | 55 inline Node *getOrigin() const { return origin; } in getOrigin() argument 56 inline Node *getTarget() const { return target; } in getTarget() argument 58 inline Type getType() const { return type; } in getType() argument 89 virtual bool end() const { return !e; } in end() argument 90 virtual void *get() const { return e; } in get() argument 92 inline Node *getNode() const { assert(e); return d ? in getNode() argument 94 inline Edge *getEdge() const { return e; } in getEdge() argument 125 incidentCount() const incidentCount() argument 126 outgoingCount() const outgoingCount() argument 128 getGraph() const getGraph() argument 151 getRoot() const getRoot() argument 153 getSize() const getSize() argument 185 parent() const parent() argument 201 getSequence() const getSequence() argument 206 outgoing(bool reverse) const outgoing() argument 211 incident(bool reverse) const incident() argument 216 incidentCountFwd() const incidentCountFwd() argument [all...] |
| H A D | nv50_ir_target_nv50.cpp | 57 TargetNV50::getBuiltinCode(const uint32_t **code, uint32_t *size) const in getBuiltinCode() argument 64 TargetNV50::getBuiltinOffset(int builtin) const in getBuiltinOffset() argument 202 getFileSize(DataFile file) const getFileSize() argument 228 getFileUnit(DataFile file) const getFileUnit() argument 238 getSVAddress(DataFile shaderFile, const Symbol *sym) const getSVAddress() argument 276 insnCanLoad(const Instruction *i, int s, const Instruction *ld) const insnCanLoad() argument 405 insnCanLoadOffset(const Instruction *i, int s, int offset) const insnCanLoadOffset() argument 421 isAccessSupported(DataFile file, DataType ty) const isAccessSupported() argument 432 isOpSupported(operation op, DataType ty) const isOpSupported() argument 469 isModSupported(const Instruction *insn, int s, Modifier mod) const isModSupported() argument 505 mayPredicate(const Instruction *insn, const Value *pred) const mayPredicate() argument 516 isSatSupported(const Instruction *insn) const isSatSupported() argument 525 getLatency(const Instruction *i) const getLatency() argument 550 getThroughput(const Instruction *i) const getThroughput() argument [all...] |
| H A D | nv50_ir_target_gv100.cpp | 410 TargetGV100::isSatSupported(const Instruction *i) const in isSatSupported() argument 430 TargetGV100::isModSupported(const Instruction *i, int s, Modifier mod) const in isModSupported() argument 440 isOpSupported(operation op, DataType ty) const isOpSupported() argument 461 isBarrierRequired(const Instruction *i) const isBarrierRequired() argument 474 insnCanLoad(const Instruction *i, int s, const Instruction *ld) const insnCanLoad() argument 514 getBuiltinCode(const uint32_t **code, uint32_t *size) const getBuiltinCode() argument 551 getBuiltinOffset(int builtin) const getBuiltinOffset() argument 557 runLegalizePass(Program *prog, CGStage stage) const runLegalizePass() argument [all...] |
| H A D | nv50_ir_util.cpp | 156 bool Interval::contains(int pos) const in contains() argument 164 bool Interval::overlaps(const Interval &that) const in overlaps() argument 206 int Interval::length() const in length() argument 214 void Interval::print() const in print() argument 285 popCount() const popCount() argument 314 findFreeRange(unsigned int count, unsigned int max) const findFreeRange() argument 379 print() const print() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_lds.cpp | 50 void LDSReadInstr::accept(ConstInstrVisitor& visitor) const in accept() argument 150 bool LDSReadInstr::do_ready() const in do_ready() argument 156 void LDSReadInstr::do_print(std::ostream& os) const in do_print() argument 171 bool LDSReadInstr::is_equal_to(const LDSReadInstr& rhs) const in is_equal_to() argument 242 void LDSAtomicInstr::accept(ConstInstrVisitor& visitor) const in accept() argument 347 bool LDSAtomicInstr::do_ready() const in do_ready() argument 353 void LDSAtomicInstr::do_print(std::ostream& os) const in do_print() argument 369 bool LDSAtomicInstr::is_equal_to(const LDSAtomicInst argument [all...] |
| H A D | sfn_instr_alugroup.cpp | 151 int AluGroup::free_slots() const in free_slots() argument 275 void AluGroup::accept(ConstInstrVisitor& visitor) const in accept() argument 308 bool AluGroup::is_equal_to(const AluGroup& other) const in is_equal_to() argument 328 bool AluGroup::has_lds_group_end() const in has_lds_group_end() argument 337 bool AluGroup::do_ready() const in do_ready() argument 355 uint32_t AluGroup::slots() const in slots() argument 371 void AluGroup::do_print(std::ostream& os) const in do_print() argument 390 AluInstr::SrcValues AluGroup::get_kconsts() const in get_kconsts() argument [all...] |
| H A D | sfn_instr_export.h | 44 const RegisterVec4& value() const {return m_value;}; in value() argument 72 export_type() const export_type() argument 74 location() const location() argument 77 is_last_export() const is_last_export() argument 106 location() const location() argument 107 write_mask() const write_mask() argument 108 address() const address() argument 109 indirect() const indirect() argument 110 array_size() const array_size() argument 111 is_read() const is_read() argument 133 element_size() const element_size() argument 134 burst_count() const burst_count() argument 135 array_base() const array_base() argument 136 array_size() const array_size() argument 137 comp_mask() const comp_mask() argument 172 op() const op() argument 174 addr() const addr() argument 175 type() const type() argument 176 index_reg() const index_reg() argument 177 array_base() const array_base() argument 178 export_index() const export_index() argument 204 op() const op() argument 205 stream() const stream() argument [all...] |
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-filepath.cc | 120 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() argument 132 FindLastPathSeparator() const FindLastPathSeparator() argument 151 RemoveDirectoryName() const RemoveDirectoryName() argument 162 RemoveFileName() const RemoveFileName() argument 205 FileOrDirectoryExists() const FileOrDirectoryExists() argument 219 DirectoryExists() const DirectoryExists() argument 249 IsRootDirectory() const IsRootDirectory() argument 258 IsAbsolutePath() const IsAbsolutePath() argument 293 IsDirectory() const IsDirectory() argument 301 CreateDirectoriesRecursively() const CreateDirectoriesRecursively() argument 318 CreateFolder() const CreateFolder() argument 339 RemoveTrailingPathSeparator() const RemoveTrailingPathSeparator() argument [all...] |
| /third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
| H A D | timer_test.cpp | 81 int Value() const in Value() argument
|
| /third_party/lame/test/ |
| H A D | lame_test.cpp | 61 float const* ch0() const { return m_buffer_ch0; } in ch0() argument 62 float const* ch1() const { return m_buffer_ch1; } in ch1() argument 100 bool isOpen() const { in isOpen() argument 149 isOpen() const isOpen() argument 153 operator lame_t() const operator lame_t() argument 213 used() const used() argument 217 unused() const unused() argument [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-symtab-reader.cc | 45 symtab_filter::matches(const elf_symbol& symbol) const in matches() argument 71 symtab::make_filter() const in make_filter() argument 86 symtab::lookup_symbol(const std::string& name) const in lookup_symbol() argument 101 symtab::lookup_symbol(GElf_Addr symbol_addr) const in lookup_symbol() argument [all...] |
| H A D | abg-symtab-reader.h | 210 has_symbols() const in has_symbols() argument 228 begin(const symtab_filter& filter) const begin() argument 235 end() const end() argument 334 begin() const begin() argument 339 end() const end() argument [all...] |
| H A D | abg-hash.cc | 95 type_base::hash::operator()(const type_base& t) const in operator ()() argument 113 type_base::hash::operator()(const type_base* t) const in operator ()() argument 122 type_base::hash::operator()(const type_base_sptr t) const in operator ()() argument 169 operator ()(const scope_decl& d) const operator ()() argument 188 operator ()(const scope_decl* d) const operator ()() argument 357 operator ()(const var_decl& t) const operator ()() argument 383 operator ()(const var_decl* t) const operator ()() argument 396 operator ()(const function_decl& t) const operator ()() argument 435 operator ()(const function_decl* t) const operator ()() argument 439 operator ()(const function_decl::parameter& p) const operator ()() argument 452 operator ()(const function_decl::parameter* p) const operator ()() argument 457 operator ()(const function_decl::parameter_sptr p) const operator ()() argument 501 operator ()(const function_type& t) const operator ()() argument 523 operator ()(const function_type* t) const operator ()() argument 539 operator ()(const function_type_sptr t) const operator ()() argument 545 operator ()(const member_base& m) const operator ()() argument 552 operator ()(const base_spec& t) const operator ()() argument 569 operator ()(const member_function_template& t) const operator ()() argument 587 operator ()(const member_class_template& t) const operator ()() argument 607 operator ()(const class_or_union& t) const operator ()() argument 677 operator ()(const class_or_union *t) const operator ()() argument 686 operator ()(const class_decl& t) const operator ()() argument 740 operator ()(const class_decl* t) const operator ()() argument 787 operator ()(const template_decl& t) const operator ()() argument 828 operator ()(const non_type_tparameter& t) const operator ()() argument 848 operator ()(const non_type_tparameter* t) const operator ()() argument 870 operator ()(const template_parameter* t) const operator ()() argument 892 operator ()(const type_composition& t) const operator ()() argument 908 operator ()(const type_composition* t) const operator ()() argument 913 operator ()(const function_tdecl& t) const operator ()() argument 932 operator ()(const shared_ptr<function_tdecl> f) const operator ()() argument 942 operator ()(const class_tdecl& t) const operator ()() argument 960 operator ()(const shared_ptr<class_tdecl> t) const operator ()() argument 988 operator ()(const type_base* t) const operator ()() argument 1035 operator ()(const shared_ptr<type_base> t) const operator ()() argument [all...] |
| /third_party/rust/crates/cxx/src/ |
| H A D | cxx.cc | 203 operator std::string() const operator std::string() argument 316 operator std::string() const operator std::string() argument [all...] |
| /third_party/protobuf/conformance/ |
| H A D | conformance_test.cc | 122 ConformanceTestSuite::ConformanceRequestSetting::NewTestMessage() const { in NewTestMessage() argument 127 GetTestName() const { in GetTestName() argument 149 InputFormatString(conformance::WireFormat format) const { in InputFormatString() argument 164 OutputFormatString(conformance::WireFormat format) const { in OutputFormatString() argument 138 ConformanceLevelToString( ConformanceLevel level) const ConformanceLevelToString() argument [all...] |
| H A D | conformance_test.h | 221 GetRequest() const GetRequest() argument 225 GetLevel() const GetLevel() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPrograms.hpp | 52 ProgramFormat getFormat (void) const { return m_format; } in getFormat() argument 53 size_t getSize (void) const { return m_binary.size(); } in getSize() argument 54 const deUint8* getBinary (void) const { return m_binary.empty() ? DE_NULL : &m_binary[0]; } in getBinary() argument 56 inline void setUsed (void) const { m_used = true; } in setUsed() argument 57 inline bool getUsed (void) const { return m_used; } in getUsed() argument 99 operator *(void) const operator *() argument 101 getName(void) const getName() argument 102 getProgram(void) const getProgram() argument 104 operator ==(const Iterator& other) const operator ==() argument 105 operator !=(const Iterator& other) const operator !=() argument 112 begin(void) const begin() argument 113 end(void) const end() argument 115 empty(void) const empty() argument 181 contains(const std::string& name) const contains() argument 187 get(const std::string& name) const get() argument [all...] |
| H A D | vkQueryUtil.hpp | [all...] |
| H A D | vkRef.hpp | 109 void operator() (VkInstance obj) const { m_destroyInstance(obj, m_allocator); } in operator ()() argument 131 operator ()(VkDevice obj) const operator ()() argument 153 operator ()(VkSurfaceKHR obj) const operator ()() argument 178 operator ()(VkDebugReportCallbackEXT obj) const operator ()() argument 203 operator ()(VkDebugUtilsMessengerEXT obj) const operator ()() argument 226 operator ()(VkDescriptorSet obj) const operator ()() argument 249 operator ()(VkCommandBuffer obj) const operator ()() argument 278 get(void) const get() argument 279 operator *(void) const operator *() argument 280 operator bool(void) const operator bool() argument [all...] |
| H A D | vkTypeUtil.hpp | 305 operator ()(U* nextStruct) const operator ()() argument [all...] |