Home
last modified time | relevance | path

Searched defs:none (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project/clang/test/SemaObjC/
H A Dproperty-in-class-extension-1.m14 @property (readonly) NSString* none; property
38 @property () NSString* none; property
H A Dattr-swift-error.m21 - (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 Dattr-swift-async.m26 -(void)m4 SA(none);
/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_options.h23 enum class directory_options : unsigned char { none = 0, follow_directory_symlink = 1, skip_permiss… enumerator
H A Dfile_type.h26 none = 0, enumerator
H A Dcopy_options.h24 none = 0, enumerator
H A Dperms.h28 none = 0, enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/Inputs/unchecked-optional-access/folly/types/
H A DOptional.h11 constexpr None none; variable
/llvm-project/llvm/tools/obj2yaml/
H A Dobj2yaml.h23 enum RawSegments : unsigned { none = 0, data = 1, linkedit = 1 << 1 }; enumerator
/llvm-project/clang/test/CodeGen/
H A Darm-branch-protection-attr-1.c5 __attribute__((target("branch-protection=none"))) void none() {} none() function
H A Daarch64-branch-protection-attr.c
/llvm-project/lldb/include/lldb/Utility/
H A DTimeout.h39 Timeout(std::nullopt_t none) : Base(none) {} in Timeout()
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/
H A Dtypes.h31 enum { none, copy, move } copy_kind; enumerator
/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h46 static GEPNoWrapFlags none() { return GEPNoWrapFlags(); } in none() function
H A DFMF.h58 bool none() const { return Flags == 0; } in none() function
H A DAnalysis.h114 static PreservedAnalyses none() { return PreservedAnalyses(); } in none() function
/llvm-project/flang/include/flang/Common/
H A Dconstexpr-bitset.h100 constexpr bool none() const { return bits_ == 0; } in none() function
H A Denum-set.h141 constexpr bool none() const { return bitset_.none(); } in none() function
/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h52 constexpr bool none() const { return Mask == 0; } in none() function
/llvm-project/llvm/include/llvm/ADT/
H A DBitset.h84 bool none() const { return !any(); } in none() function
/llvm-project/clang/include/clang/Basic/
H A DVisibility.h81 static LinkageInfo none() { in none() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h8 none = 0u, enumerator
/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h89 bool none() const { return !any(); } in none() function
/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp72 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
/llvm-project/mlir/python/mlir/extras/
H A Dtypes.py74 none = lambda: NoneType.get() global() function

123