HomeSort by relevance Sort by last modified time
    Searched full:inheritance (Results 126 - 150 of 1569) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 355 SingleInheritanceData = 0x01, // member data, single inheritance
356 MultipleInheritanceData = 0x02, // member data, multiple inheritance
357 VirtualInheritanceData = 0x03, // member data, virtual inheritance
359 SingleInheritanceFunction = 0x05, // member function, single inheritance
360 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
361 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 366 SingleInheritanceData = 0x01, // member data, single inheritance
367 MultipleInheritanceData = 0x02, // member data, multiple inheritance
368 VirtualInheritanceData = 0x03, // member data, virtual inheritance
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /external/clang/test/SemaCXX/
static-cast.cpp 95 (void)static_cast<E*>((B*)0); // expected-error {{static_cast from 'B *' to 'E *', which are not related by inheritance, is not allowed}}
99 (void)static_cast<E*>((J*)0); // expected-error {{static_cast from 'J *' to 'E *', which are not related by inheritance, is not allowed}}
100 (void)static_cast<I*>((B*)0); // expected-error {{static_cast from 'B *' to 'I *', which are not related by inheritance, is not allowed}}
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
README 8 is priority inheritance(pi) mutex tests.
51 Priority Inheritance Mutex Tests
55 rt-nptl supports priority inheritance, if task TL with priority P(TL)
  /external/python/cpython3/Lib/
abc.py 144 # Set up inheritance registry
164 raise RuntimeError("Refusing to create an inheritance cycle")
236 inheritance.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTDbg.stg 31 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTDbg.stg 29 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTDbg.stg 29 /** Template overrides to add debugging to AST stuff. Dynamic inheritance
  /external/clang/docs/
MSVCCompatibility.rst 49 * Class inheritance: :good:`Mostly complete`. This covers all of the standard
50 OO features you would expect: virtual method inheritance, multiple
51 inheritance, and virtual inheritance. Every so often we uncover a bug where
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 64 // return types and arguments must match exactly, no inheritance allowed
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 10 // Implementation of a hash table for fast checking of inheritance
  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 37 # These classes can not derive from UObject or UMemory because of multiple-inheritance
  /external/kernel-headers/original/uapi/linux/
securebits.h 14 inheritance of root-permissions and suid-root executable under
  /external/libchrome/base/threading/
thread_checker.h 33 // guide with regard to multiple inheritance. The choice between having a
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
smt_smp_affinity.sh 25 # Inheritance of Affinity
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-4.c 8 * Test that pthread_attr_setinheritsched() sets the inheritance of
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/
1-1.c 16 * its priority as a result of any priority inheritance or ceiling functions.
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-5.c 23 * This testcase verifies if a thread can lock the priority inheritance

Completed in 858 milliseconds

1 2 3 4 56 7 8 91011>>