/external/clang/lib/Lex/ |
LiteralSupport.cpp | 457 /// decimal-constant integer-suffix 458 /// octal-constant integer-suffix 459 /// hexadecimal-constant integer-suffix 460 /// binary-literal integer-suffix [GNU, C++1y] 462 /// decimal-literal ud-suffix 463 /// octal-literal ud-suffix 464 /// hexadecimal-literal ud-suffix 465 /// binary-literal ud-suffix [GNU, C++1y] 481 /// integer-suffix: 482 /// unsigned-suffix [long-suffix [all...] |
/external/clang/lib/Serialization/ |
ASTCommon.cpp | 133 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
KaleidoscopeJIT.h | 56 /// suffix (needed to prevent a name-clash with the function's stub), 60 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix);
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
KaleidoscopeJIT.h | 58 /// suffix (needed to prevent a name-clash with the function's stub), 62 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix);
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 347 /// base, with the specified suffix. 349 StringRef Suffix) const;
|
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 418 const char *Suffix, DominatorTree *DT, 428 std::string NewName = std::string(Suffix) + ".split-lp"; 430 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT, 437 BB->getContext(), BB->getName() + Suffix, BB->getParent(), BB);
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
KaleidoscopeJIT.h | 65 /// suffix (needed to prevent a name-clash with the function's stub), 69 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix);
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
KaleidoscopeJIT.h | 67 /// suffix (needed to prevent a name-clash with the function's stub), 71 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 219 bool addErrorSuffix(const Twine &Suffix);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 485 const char *Suffix, DominatorTree *DT, 495 std::string NewName = std::string(Suffix) + ".split-lp"; 497 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT, 504 BB->getContext(), BB->getName() + Suffix, BB->getParent(), BB);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |
/external/syzkaller/pkg/ifuzz/gen/ |
gen.go | 209 insn.Suffix = append(insn.Suffix, byte(op)) 473 if insn.Imm != 0 && len(insn.Suffix) != 0 { 474 return fmt.Errorf("both immediate and suffix opcode")
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 590 /// The filename is of the form prefix-random_chars.suffix. Since the directory 591 /// is not know to the caller, Prefix and Suffix cannot have path separators. 596 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, 601 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 116 ATTRIBUTE Suffix 1004 string
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 448 /// suffix of 'Suffix'. 457 unsigned NumPreds, const char *Suffix, 460 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), BB->getName()+Suffix,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
FileSystem.h | 601 /// The filename is of the form prefix-random_chars.suffix. Since the directory 602 /// is not know to the caller, Prefix and Suffix cannot have path separators. 607 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, 612 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceOperand.cpp | 609 const char *Suffix) const { 610 Target->emitWithoutPrefix(this, Suffix);
|
/external/syzkaller/pkg/ifuzz/ |
decode.go | 195 for _, v := range insn.Suffix {
|
encode.go | 257 code = append(code, insn.Suffix...)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 435 /// base, with the specified suffix. 437 StringRef Suffix) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/ |
AArch64InstPrinter.h | 94 template <bool SignedExtend, int ExtWidth, char SrcRegKind, char Suffix> 141 /// Print a list of vector registers where the type suffix is implicit
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
Misc.py | [all...] |
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 77 std::vector<std::string> &Suffix, 99 << getPassesString(Suffix) << ": "; 101 if (BD.runPasses(BD.getProgram(), Suffix)) { 102 delete OrigProgram; // The suffix crashes alone... [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
FileSystem.h | 807 /// The filename is of the form prefix-random_chars.suffix. Since the directory 808 /// is not know to the caller, Prefix and Suffix cannot have path separators. 813 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, 819 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, 844 getPotentiallyUniqueTempFileName(const Twine &Prefix, StringRef Suffix, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
CoroSplit.cpp | 245 static Function *createClone(Function &F, Twine Suffix, coro::Shape &Shape, 254 F.getName() + Suffix, M); 285 Entry->setName("entry" + Suffix);
|