Searched defs:endian_type (Results 1 - 6 of 6) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DYAMLTraits.h999 endian_type; typedef in struct:llvm::yaml::ScalarTraits
1001 static void output(const endian_type &E, void *Ctx,
1006 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
1009 E = static_cast<endian_type>(V);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DYAMLTraits.h999 endian_type; typedef in struct:llvm::yaml::ScalarTraits
1001 static void output(const endian_type &E, void *Ctx,
1006 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
1009 E = static_cast<endian_type>(V);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DYAMLTraits.h999 endian_type; typedef in struct:llvm::yaml::ScalarTraits
1001 static void output(const endian_type &E, void *Ctx,
1006 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
1009 E = static_cast<endian_type>(V);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DYAMLTraits.h999 endian_type; typedef in struct:llvm::yaml::ScalarTraits
1001 static void output(const endian_type &E, void *Ctx,
1006 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
1009 E = static_cast<endian_type>(V);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DYAMLTraits.h999 endian_type; typedef in struct:llvm::yaml::ScalarTraits
1001 static void output(const endian_type &E, void *Ctx,
1006 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
1009 E = static_cast<endian_type>(V);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DYAMLTraits.h999 endian_type; typedef in struct:llvm::yaml::ScalarTraits
1001 static void output(const endian_type &E, void *Ctx,
1006 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
1009 E = static_cast<endian_type>(V);

Completed in 300 milliseconds