Home
last modified time | relevance | path

Searched refs:FooInt (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Instrumentation/ThreadSanitizer/
Dvptr_update.ll14 define void @FooInt(i64* nocapture %a, i64 %b) nounwind uwtable sanitize_thread {
16 ; CHECK-LABEL: @FooInt
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4396 case FooOneofCase.FooInt: in TestOneof()
4397 FooInt = other.FooInt; in TestOneof()
4415 public int FooInt { property in Google.Protobuf.TestProtos.TestOneof
4416 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }
4419 fooCase_ = FooOneofCase.FooInt;
4447 FooInt = 1, enumerator
4472 if (FooInt != other.FooInt) return false; in Equals()
4481 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode(); in GetHashCode()
4493 if (fooCase_ == FooOneofCase.FooInt) { in WriteTo()
4495 output.WriteInt32(FooInt); in WriteTo()
[all …]
/external/clang/test/SemaCXX/
Dmember-pointer-ms.cpp18 typedef int Foo::*FooInt; typedef