Home
last modified time | relevance | path

Searched defs:Some (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dsuper-message-fragileabi.m6 - (id)initSome:(Some *)anArg; argument
15 - (id)initSome:(Some *)arg; argument
21 - (id)initSome:(Some *)arg { argument
/llvm-project/clang/test/PCH/
H A Dcxx17-deduction-guide-decl.cpp11 class Some { class
13 explicit Some(T, MyInt) {} in Some() function in RP47219::Some
/llvm-project/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h40 Some, enumerator
/llvm-project/clang/test/Analysis/
H A Dreinterpret-cast-pointer-to-member.cpp16 struct Some {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers-bitfields.cpp10 unsigned int Some: 5; member
H A Dmagic-numbers.cpp85 unsigned int Some: 5; member
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp27 static ConstantRange Some; member in __anonc78e16000111::ConstantRangeTest
259 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa)); global() member in __anonc78e16000111::ConstantRangeTest
[all...]
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c32 value Some = caml_alloc_small(1, 0); in caml_alloc_some() local