Home
last modified time | relevance | path

Searched refs:CType (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h396 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
457 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
485 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()
541 typename C::CType compare(const Literal* E, C& Cmp) const { in compare()
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare()
686 typename C::CType compare(const Function* E, C& Cmp) const { in compare()
687 typename C::CType Ct = in compare()
742 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
744 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare()
[all …]
H A DThreadSafetyTraverse.h307 typedef bool CType; typedef
309 CType trueResult() { return true; } in trueResult()
310 bool notTrue(CType ct) { return !ct; } in notTrue()
343 typedef bool CType; typedef
345 CType trueResult() { return true; } in trueResult()
346 bool notTrue(CType ct) { return !ct; } in notTrue()
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c44 unsigned int CType : 4; member
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint() local
145 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2557 TargetLowering::ConstraintType CType = in ChooseConstraint() local
2564 if (CType == TargetLowering::C_Other && Op.getNode()) { in ChooseConstraint()
2571 BestType = CType; in ChooseConstraint()
2579 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
2583 int Generality = getConstraintGenerality(CType); in ChooseConstraint()
2585 BestType = CType; in ChooseConstraint()
H A DSelectionDAGBuilder.cpp6527 CType = TLI.getConstraintType(OpInfo.Codes[j]); in visitInlineAsm() local
6528 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()