Home
last modified time | relevance | path

Searched refs:Fake (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-pointer.cpp75 namespace Fake namespace
85 int *pni = &Fake::i; in g()
89 void (*pnf)() = &Fake::f; in g()
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-names-misaligned.s8 # Fake .debug_info. We just need it for the offsets to two "compile units" and
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug_rnglists-dwp.s136 ## Fake rnglists to check if the cu index is taken into account
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dpreallocated-invalid.ll7 ; Fake LLVM intrinsic to return a token
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-debug-names.s10 # Fake .debug_info. We just need it for the offsets to two "compile units" and
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnumber-object-conversion.m77 typedef long fintptr_t; // Fake, for testing the regex.
H A DkeychainAPI.m5 // Fake typedefs.
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dslicing-utils.mlir19 // Fake 0 to align on 1 and match ASCII art.
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp202 bool Fake; member in __anon2ca3fa2f0211::Argument
207 isOpt(false), Fake(false) { in Argument()
229 bool isFake() const { return Fake; } in isFake()
230 void setFake(bool fake) { Fake = fake; } in setFake()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h518 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded }; enumerator
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td161 // Fake register to represent USR.OVF bit. Arithmetic/saturating instruc-
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1919 PFDI->second == ASTReader::PendingFakeDefinitionKind::Fake) { in MergeDefinitionData()
3040 std::make_pair(DD, ASTReader::PendingFakeDefinitionKind::Fake)); in getPrimaryContextForMerging()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td279 // 64-bit polynomial multiply really returns an i128, which is not legal. Fake
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td191 bit Fake = fake;