Home
last modified time | relevance | path

Searched refs:FooInt (Results 1 – 5 of 5) 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/llvm-project/llvm/test/Instrumentation/ThreadSanitizer/
Dvptr_update.ll14 define void @FooInt(i64* nocapture %a, i64 %b) nounwind uwtable sanitize_thread {
16 ; CHECK-LABEL: @FooInt
/external/llvm-project/clang/test/SemaCXX/
Dmember-pointer-ms.cpp18 typedef int Foo::*FooInt; typedef
/external/clang/test/SemaCXX/
Dmember-pointer-ms.cpp18 typedef int Foo::*FooInt; typedef
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5240 case FooOneofCase.FooInt: in TestOneof()
5241 FooInt = other.FooInt; in TestOneof()
5262 public int FooInt { property in Google.Protobuf.TestProtos.TestOneof
5263 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }
5266 fooCase_ = FooOneofCase.FooInt;
5296 FooInt = 1, enumerator
5325 if (FooInt != other.FooInt) return false; in Equals()
5335 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode(); in GetHashCode()
5352 if (fooCase_ == FooOneofCase.FooInt) { in WriteTo()
5354 output.WriteInt32(FooInt); in WriteTo()
[all …]