Searched defs:Local (Results 1 - 25 of 40) sorted by relevance

12

/external/clang/test/CXX/class.access/class.friend/
H A Dp6.cpp21 struct Local { struct
/external/chromium_org/v8/test/mjsunit/
H A Darguments-apply.js49 function Local() { function
54 assertEquals(0, Local().length);
55 assertEquals(1, Local(1).length);
56 assertEquals(2, Local(2)[0]);
57 assertEquals(2, Local(3, 4).length);
58 assertEquals(3, Local(3, 4)[0]);
59 assertEquals(4, Local(3, 4)[1]);
H A Ddebug-function-scopes.js47 Local: 1,
/external/v8/test/mjsunit/
H A Darguments-apply.js49 function Local() { function
54 assertEquals(0, Local().length);
55 assertEquals(1, Local(1).length);
56 assertEquals(2, Local(2)[0]);
57 assertEquals(2, Local(3, 4).length);
58 assertEquals(3, Local(3, 4)[0]);
59 assertEquals(4, Local(3, 4)[1]);
/external/chromium/chrome/common/
H A Dlaunchd_mac.h24 Local = 2, // /Library/Launch* enumerator in enum:Launchd::Domain
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h24 Local = 2, // /Library/Launch* enumerator in enum:Launchd::Domain
/external/chromium_org/v8/test/mjsunit/harmony/
H A Ddebug-function-scopes.js49 Local: 1,
/external/clang/test/PCH/
H A Dcxx-local-templates.cpp9 struct Local { struct
14 return Local{}.foo(d);
19 struct Local { struct
24 return Local{}.foo(d);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLocal.java24 public final class Local<T> { class
30 private Local(Code code, TypeId<T> type) { method in class:Local
35 static <T> Local<T> get(Code code, TypeId<T> type) {
36 return new Local<T>(code, type);
/external/eigen/demos/opengl/
H A Dtrackball.h21 enum Mode {Around, Local}; enumerator in enum:Trackball::Mode
/external/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp63 bool Local = I->isDiscardableIfUnused(); local
64 if (Local)
67 if (Local || Delete)
83 bool Local = I->isDiscardableIfUnused(); local
84 if (Local)
87 if (Local || Delete)
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp12.cpp12 struct Local { struct
25 struct Local { struct
/external/clang/test/CodeGenCXX/
H A Dmangle-local-class-names.cpp80 struct Local { struct
85 return Local().foo(d);
/external/clang/test/Modules/
H A Dmodule-private.cpp86 __module_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot be declared __module_private__}} struct
/external/clang/test/SemaTemplate/
H A Dlocal-member-templates.cpp81 struct Local { struct
94 Local l;
/external/clang/include/clang/AST/
H A DMangle.h88 unsigned getBlockId(const BlockDecl *BD, bool Local) { argument
90 = Local? LocalBlockIds : GlobalBlockIds;
H A DExternalASTSource.h368 SmallVector<T, LocalStorage> Local; member in class:clang::LazyVector
406 return Self->Local[Position];
413 return &Self->Local[Position];
507 return iterator(this, Local.size());
511 Local.push_back(LocalValue);
525 Local.erase(Local.begin() + From.Position, Local.begin() + To.Position);
/external/llvm/include/llvm/Object/
H A DELFYAML.h63 std::vector<Symbol> Local; member in struct:llvm::ELFYAML::LocalGlobalWeakSymbols
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp79 struct Local { static int f() {} }; // expected-note {{here}} struct
80 X1<&Local::f> x1_no_linkage; // expected-error {{non-type template argument refers to function 'f' that does not have linkage}}
/external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
H A DDebugInstructionIterator.java170 Local[] locals = new Local[registerCount];
199 locals[registerNum] = new Local(registerNum, name, type, null);
211 locals[registerNum] = new Local(registerNum, name, type, signature);
219 Local local = locals[registerNum];
232 Local local = locals[registerNum];
351 private static class Local { class in class:DebugInstructionIterator
356 public Local(int register, StringIdItem name, TypeIdItem type, StringIdItem signature) { method in class:DebugInstructionIterator.Local
/external/chromium_org/v8/test/cctest/
H A Dtest-decls.cc57 Local<Context> context = Local<Context>::New(isolate, context_);
66 v8::Handle<Value> value = Local<Value>());
73 virtual v8::Handle<Value> Get(Local<String> key);
74 virtual v8::Handle<Value> Set(Local<String> key, Local<Value> value);
75 virtual v8::Handle<Integer> Query(Local<String> key);
85 virtual Local<ObjectTemplate> GetHolder(Local<FunctionTemplate> function) {
91 static void HandleGet(Local<Strin
718 Check(const char* source, Expectations expectations, v8::Handle<Value> value = Local<Value>()) argument
[all...]
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp134 Local = findLocalPreprocessedEntitiesInRange(Range); local
138 return std::make_pair(Local.first, Local.second);
145 return std::make_pair(Local.first, Local.second);
150 if (Local.first == Local.second)
155 return std::make_pair(int(Loaded.first)-TotalLoaded, Local.second);
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp94 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction*> &Local,
282 // 'Local' is a vector of insns within the same BB (no calls between).
285 SmallVectorImpl<Instruction*> &Local,
289 for (SmallVectorImpl<Instruction*>::reverse_iterator It = Local.rbegin(),
290 E = Local.rend(); It != E; ++It) {
309 Local.clear();
284 chooseInstructionsToInstrument( SmallVectorImpl<Instruction*> &Local, SmallVectorImpl<Instruction*> &All) argument
/external/clang/test/CXX/class.access/
H A Dp4.cpp317 class Local { class
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp193 class Local { class

Completed in 1322 milliseconds

12