HomeSort by relevance Sort by last modified time
    Searched defs:Super (Results 1 - 23 of 23) sorted by null

  /art/test/122-secondarydex/src/
Super.java 17 public class Super {
19 System.out.println("Super");
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
trace_templated_super.h 20 class Super : public GarbageCollected<Super<T> >, public Mixin {
21 USING_GARBAGE_COLLECTED_MIXIN(Super);
31 class Sub : public Super<T> {
  /external/chromium_org/ipc/mojo/
ipc_mojo_perftest.cc 28 typedef IPC::test::IPCChannelPerfTestBase Super;
  /external/chromium_org/v8/test/mjsunit/
fast-prototype.js 33 function Super() {
60 var proto = use_new ? new Super() : {};
  /external/chromium_org/base/win/
event_trace_provider.h 35 typedef EtwMofEventBase<N> Super;
43 memset(static_cast<Super*>(this), 0, sizeof(Super));
48 memset(static_cast<Super*>(this), 0, sizeof(Super));
49 header.Size = sizeof(Super);
58 memset(static_cast<Super*>(this), 0, sizeof(Super));
59 header.Size = sizeof(Super);
  /external/chromium_org/v8/src/
arguments.h 133 typedef CustomArgumentsBase<T::kArgsLength> Super;
140 explicit inline CustomArguments(Isolate* isolate) : Super(isolate) {}
155 typedef CustomArguments<T> Super;
168 : Super(isolate) {
219 typedef CustomArguments<T> Super;
236 : Super(isolate),
preparser.h 715 static PreParserExpression Super() {
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 122 // Don't allow super-classes of GR8_NOREX. This class is only used after
133 const TargetRegisterClass *Super = RC;
136 switch (Super->getID()) {
148 // Don't return a super-class that would shrink the spill size.
150 if (Super->getSize() == RC->getSize())
151 return Super;
153 Super = *I++;
154 } while (Super);
375 // super-registers are old 32-bits.
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 230 /// super-register.
269 // Last def defines the super register, add an implicit def of reg.
433 // Kill the largest clobbered super-register.
435 unsigned Super = Reg;
438 Super = *SR;
439 HandlePhysRegKill(Super, nullptr);
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 156 const TargetRegisterClass *Super = RC;
159 switch (Super->getID()) {
167 return Super;
169 Super = *I++;
170 } while (Super);
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 600 const MemRegion *Super = SR->getSuperRegion();
601 if (!scan(Super))
605 if (isa<MemSpaceRegion>(Super)) {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 368 // and prepare for warning on missing super calls.
607 /// typedef'ed use for a qualified super class and adds them to the list
    [all...]
SemaExprObjC.cpp 2830 typedef StmtVisitor<ARCCastChecker, ACCResult> super; typedef in class:__anon22674::ARCCastChecker
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 834 // the super-region.
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 130 // Also compute leading super-registers. Each register has a list of
131 // covered-by-subregs super-registers where it appears as the first explicit
425 // Look at the leading super-registers of each sub-register. Those are the
441 "Super-register has no sub-registers");
495 // Make sure all sub-registers have been visited first, so the super-reg
501 // Now add this as a super-register on all sub-registers.
600 // Copy Proto super-classes.
723 // Most properties will be inherited from the closest super-class after the
744 assert(!SuperClasses.empty() && "Synthesized class without super class");
746 // The last super-class is the smallest one
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp 116 /// id objc_msgSendSuper(struct objc_super *super, SEL op, ...)
118 /// The messenger used for super calls, which have different dispatch
128 /// id objc_msgSendSuper2(struct objc_super *super, SEL op, ...)
130 /// A slightly different messenger used for super calls. The class
139 /// void objc_msgSendSuper_stret(void *stretAddr, struct objc_super *super,
142 /// The messenger used for super calls which return an aggregate indirectly.
150 /// void objc_msgSendSuper2_stret(void * stretAddr, struct objc_super *super,
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 690 typedef SharedPtr<const Statement> Super;
693 explicit StatementP (const Statement* ptr) : Super(ptr) {}
694 StatementP (const Super& ptr) : Super(ptr) {}
933 typedef SharedPtr<const Variable<T> > Super;
934 explicit VariableP (const Variable<T>* ptr) : Super(ptr) {}
936 VariableP (const Super& ptr) : Super(ptr) {}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 705 milliseconds