HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11.cpp 4 int local; // expected-note{{declared here}} local
10 return local + // expected-error{{reference to local variable 'local' declared in enclosing function 'test_reaching_scope'}}
  /external/clang/test/CodeGen/
annotations-var.c 2 // RUN: FileCheck --check-prefix=LOCAL %s < %t1
7 // LOCAL: private unnamed_addr constant [15 x i8] c"localvar_ann_{{.}}\00", section "llvm.metadata"
8 // LOCAL: private unnamed_addr constant [15 x i8] c"localvar_ann_{{.}}\00", section "llvm.metadata"
32 void local(void) { function
34 // LOCAL: define void @local()
35 // LOCAL: [[LOCALVAR:%.*]] = alloca i32,
36 // LOCAL-NEXT: [[T0:%.*]] = bitcast i32* [[LOCALVAR]] to i8*
37 // LOCAL-NEXT: call void @llvm.var.annotation(i8* [[T0]], i8* getelementptr inbounds ([15 x i8]* @{{.*}}), i8* getelementptr inbounds ({{.*}}), i32 33)
38 // LOCAL-NEXT: [[T0:%.*]] = bitcast i32* [[LOCALVAR]] to i8
    [all...]
  /external/compiler-rt/lib/asan/lit_tests/
stack-use-after-return.cc 29 char local; local
30 return Ident(&local);
  /bionic/libc/kernel/common/linux/
if_pppopns.h 29 __u16 local; member in struct:sockaddr_pppopns
if_pppolac.h 31 } local, remote; member in struct:sockaddr_pppolac
  /external/clang/test/Analysis/
comparison-implicit-casts.cpp 25 int local = x - 1; local
35 // Constant-folding will turn (local+1) back into the symbol for x.
40 clang_analyzer_eval((local + 1) >= 2); // expected-warning{{TRUE}}
41 clang_analyzer_eval(2 <= (local + 1)); // expected-warning{{TRUE}}
44 clang_analyzer_eval((local + 1) != 1); // expected-warning{{TRUE}}
45 clang_analyzer_eval(1 != (local + 1)); // expected-warning{{TRUE}}
50 signed char local = x - 1; local
55 // Constant-folding will turn (local+1) back into the symbol for x.
64 clang_analyzer_eval((local + 1) < value); // expected-warning{{TRUE}}
65 clang_analyzer_eval(value > (local + 1)); // expected-warning{{TRUE}
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p6.cpp 14 void local() { function
17 struct Local {
18 friend void f() { } // expected-error{{friend function cannot be defined in a local class}}
  /external/clang/test/Index/
complete-lambdas.cpp 8 int local; local
12 [local, this, inner_local] {
21 // CHECK-CC1-NEXT: VarDecl:{ResultType int}{TypedText local} (34)
38 // CHECK-CC4: VarDecl:{ResultType int}{TypedText local} (34)
  /external/kernel-headers/original/linux/
if_pppopns.h 28 __u16 local; member in struct:sockaddr_pppopns
if_pppolac.h 30 } local, remote; member in struct:sockaddr_pppolac
  /external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java 37 * present in the local one. The state of the local context can be mutated,
46 private final HttpContext local; field in class:DefaultedHttpContext
49 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) {
51 if (local == null) {
54 this.local = local;
59 Object obj = this.local.getAttribute(id);
68 return this.local.removeAttribute(id);
72 this.local.setAttribute(id, obj)
    [all...]
  /external/v8/test/mjsunit/
const-eval-init.js 31 // This only makes sense in local scopes since the declaration and
37 // Deleting 'x' removes the local const property.
51 // Delete 'x' to remove the local const property.
64 function local() {
68 local();
109 function local() {
113 local();
  /external/clang/test/CXX/class/class.local/
p1.cpp 10 struct local { struct
11 int g() { return x; } // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}}
18 local* p = 0; // expected-error{{unknown type name 'local'}}
  /external/iptables/include/libipq/
libipq.h 52 struct sockaddr_nl local; member in struct:ipq_handle
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
LocalAndGlobalData.java 20 * This is a special implementation of ChainedData to be used for holding the local and global Data
21 * objects (like local and global HDFs in Clearsilver). It prevents writes and modifications to the
22 * global Data object and applies them all to the local data object.
26 private final Data local; field in class:LocalAndGlobalData
29 * Creates a Data object that encapsulates both request-scoped local HDF and an application
33 * @param local the request-specific HDF data that takes priority.
37 public LocalAndGlobalData(Data local, Data global) {
38 this(local, global, false);
42 * Creates a Data object that encapsulates both request-scoped local HDF and an application
47 * @param local the request-specific HDF data that takes priority
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
if_pppopns.h 24 __u16 local; member in struct:sockaddr_pppopns
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
if_pppopns.h 24 __u16 local; member in struct:sockaddr_pppopns
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalEnd.java 25 * register to a named local variable. That is, an instance of this
31 * {@code non-null;} register spec representing the local variable ended
34 * is implicit in the ambient local variable state, but other code
37 private final RegisterSpec local; field in class:LocalEnd
44 * @param local {@code non-null;} register spec representing the local
47 public LocalEnd(SourcePosition position, RegisterSpec local) {
50 if (local == null) {
51 throw new NullPointerException("local == null");
54 this.local = local
    [all...]
LocalStart.java 24 * Pseudo-instruction which is used to introduce a new local variable. That
31 * {@code non-null;} register spec representing the local variable introduced
34 private final RegisterSpec local; field in class:LocalStart
37 * Returns the local variable listing string for a single register spec.
52 * @param local {@code non-null;} register spec representing the local
55 public LocalStart(SourcePosition position, RegisterSpec local) {
58 if (local == null) {
59 throw new NullPointerException("local == null");
62 this.local = local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalEnd.java 25 * register to a named local variable. That is, an instance of this
31 * {@code non-null;} register spec representing the local variable ended
34 * is implicit in the ambient local variable state, but other code
37 private final RegisterSpec local; field in class:LocalEnd
44 * @param local {@code non-null;} register spec representing the local
47 public LocalEnd(SourcePosition position, RegisterSpec local) {
50 if (local == null) {
51 throw new NullPointerException("local == null");
54 this.local = local
    [all...]
LocalStart.java 24 * Pseudo-instruction which is used to introduce a new local variable. That
31 * {@code non-null;} register spec representing the local variable introduced
34 private final RegisterSpec local; field in class:LocalStart
37 * Returns the local variable listing string for a single register spec.
52 * @param local {@code non-null;} register spec representing the local
55 public LocalStart(SourcePosition position, RegisterSpec local) {
58 if (local == null) {
59 throw new NullPointerException("local == null");
62 this.local = local
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultHttpRoutePlanner.java 102 final InetAddress local = local
113 route = new HttpRoute(target, local, secure);
115 route = new HttpRoute(target, local, proxy, secure);
  /external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java 39 * present in the local one. The state of the local collection can be mutated,
48 private final HttpParams local; field in class:DefaultedHttpParams
51 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) {
53 if (local == null) {
56 this.local = local;
61 * Creates a copy of the local collection with the same default
64 HttpParams clone = this.local.copy();
69 * Retrieves the value of the parameter from the local collection and, if the
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>