/llvm-project/clang/test/SemaObjC/ |
H A D | property-in-class-extension-1.m | 14 @property (readonly) NSString* none; property 38 @property () NSString* none; property
|
H A D | attr-swift-error.m | 21 - (BOOL)m0:(NSError **)error __attribute__((__swift_error__(none))); 28 - (Undeclared)n0:(NSError **)error __attribute__((__swift_error__(none))); 45 - (instancetype)o0 __attribute__((__swift_error__(none)));
|
H A D | attr-swift-async.m | 26 -(void)m4 SA(none);
|
/llvm-project/libcxx/include/__filesystem/ |
H A D | directory_options.h | 23 enum class directory_options : unsigned char { none = 0, follow_directory_symlink = 1, skip_permiss… enumerator
|
H A D | file_type.h | 26 none = 0, enumerator
|
H A D | copy_options.h | 24 none = 0, enumerator
|
H A D | perms.h | 28 none = 0, enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/Inputs/unchecked-optional-access/folly/types/ |
H A D | Optional.h | 11 constexpr None none; variable
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | obj2yaml.h | 23 enum RawSegments : unsigned { none = 0, data = 1, linkedit = 1 << 1 }; enumerator
|
/llvm-project/clang/test/CodeGen/ |
H A D | arm-branch-protection-attr-1.c | 5 __attribute__((target("branch-protection=none"))) void none() {} none() function
|
H A D | aarch64-branch-protection-attr.c |
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Timeout.h | 39 Timeout(std::nullopt_t none) : Base(none) {} in Timeout()
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/ |
H A D | types.h | 31 enum { none, copy, move } copy_kind; enumerator
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GEPNoWrapFlags.h | 46 static GEPNoWrapFlags none() { return GEPNoWrapFlags(); } in none() function
|
H A D | FMF.h | 58 bool none() const { return Flags == 0; } in none() function
|
H A D | Analysis.h | 114 static PreservedAnalyses none() { return PreservedAnalyses(); } in none() function
|
/llvm-project/flang/include/flang/Common/ |
H A D | constexpr-bitset.h | 100 constexpr bool none() const { return bits_ == 0; } in none() function
|
H A D | enum-set.h | 141 constexpr bool none() const { return bitset_.none(); } in none() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 52 constexpr bool none() const { return Mask == 0; } in none() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitset.h | 84 bool none() const { return !any(); } in none() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Visibility.h | 81 static LinkageInfo none() { in none() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
H A D | signed-bitwise-standard-types.h | 8 none = 0u, enumerator
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | SubtargetFeature.h | 89 bool none() const { return !any(); } in none() function
|
/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 72 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
|
/llvm-project/mlir/python/mlir/extras/ |
H A D | types.py | 74 none = lambda: NoneType.get() global() function
|