/external/tensorflow/tensorflow/core/kernels/ |
conv_ops_test.cc | [all...] |
/external/clang/tools/libclang/ |
CXComment.cpp | 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); 42 return createCXComment(FC, getCursorTU(C)); 381 const FullComment *FC = getASTNodeAs<FullComment>(CXC); 382 if (!FC) 391 ->convertCommentToHTML(FC, HTML, cxtu::getASTUnit(TU)->getASTContext()); 396 const FullComment *FC = getASTNodeAs<FullComment>(CXC); 397 if (!FC) 406 ->convertCommentToXML(FC, XML, cxtu::getASTUnit(TU)->getASTContext());
|
/external/selinux/policycoreutils/scripts/ |
fixfiles | 122 FC=/etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts 124 FC=/etc/security/selinux/file_contexts 170 TEMPFILE=`mktemp ${FC}.XXXXXXXXXX` 174 sed -r -e 's,:s0, ,g' $FC | sort -u | \ 245 ${SETFILES} ${VERBOSE} ${EXCLUDEDIRS} ${FORCEFLAG} $* -q ${FC} ${FILESYSTEMSRW}
|
/external/clang/lib/Index/ |
CommentToXML.cpp | 224 CommentASTToHTMLConverter(const FullComment *FC, 227 FC(FC), Result(Str), Traits(Traits) 256 const FullComment *FC; 361 appendToResultWithHTMLEscaping(C->getParamName(FC)); 392 appendToResultWithHTMLEscaping(C->getParamName(FC)); 531 CommentASTToXMLConverter(const FullComment *FC, 537 FC(FC), Result(Str), Traits(Traits), SM(SM), 570 const FullComment *FC; [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFFormValue.cpp | 111 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { 114 DWARF4FormClasses[Form] == FC) 120 return (FC == FC_Reference); 122 return (FC == FC_Address); 125 return (FC == FC_String); 131 FC == FC_SectionOffset;
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
ARMDecoderEmitter.cpp | 381 ARMFilterChooser(const ARMFilterChooser &FC) : 382 AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes), 383 Filters(FC.Filters), Parent(FC.Parent), BestIndex(FC.BestIndex) { 384 memcpy(FilterBitValues, FC.FilterBitValues, sizeof(FilterBitValues)); [all...] |
FixedLenDecoderEmitter.cpp | 245 FilterChooser(const FilterChooser &FC) : 246 AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes), 247 Operands(FC.Operands), Filters(FC.Filters), 248 FilterBitValues(FC.FilterBitValues), Parent(FC.Parent), 249 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth), 250 Emitter(FC.Emitter) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
IRBuilderTest.cpp | 154 Value *F, *FC; 239 FC = Builder.CreateFCmpOEQ(F, F); 240 ASSERT_TRUE(isa<Instruction>(FC)); 241 FCmp = cast<Instruction>(FC); 248 FC = Builder.CreateFCmpOEQ(F, F); 251 ASSERT_TRUE(isa<Instruction>(FC)); 252 FCmp = cast<Instruction>(FC); 258 FC = Builder.CreateFAdd(F, F); 259 ASSERT_TRUE(isa<Instruction>(FC)); 260 FAdd = cast<Instruction>(FC); [all...] |
/external/llvm/unittests/DebugInfo/DWARF/ |
DWARFFormValueTest.cpp | 36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { 37 return DWARFFormValue(Form).isFormClass(FC);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
DWARFFormValueTest.cpp | 23 bool isFormClass(dwarf::Form Form, DWARFFormValue::FormClass FC) { 24 return DWARFFormValue(Form).isFormClass(FC);
|
/external/clang/lib/AST/ |
Comment.cpp | 324 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { 328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); 331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { 333 const TemplateParameterList *TPL = FC->getDeclInfo()->TemplateParameters;
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 57 bool isFormClass(FormClass FC) const;
|
/external/llvm/lib/Target/AMDGPU/ |
R600Defines.h | 35 FC = (1 << 3),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
R600Defines.h | 35 FC = (1 << 3),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
RDFCopy.cpp | 198 auto FC = CopyMap.find(IA.Id); 199 if (FC != CopyMap.end()) { 201 auto &M = FC->second;
|
/external/llvm/unittests/IR/ |
IRBuilderTest.cpp | 133 Value *F, *FC; 193 FC = Builder.CreateFCmpOEQ(F, F); 194 ASSERT_TRUE(isa<Instruction>(FC)); 195 FCmp = cast<Instruction>(FC); 202 FC = Builder.CreateFCmpOEQ(F, F); 205 ASSERT_TRUE(isa<Instruction>(FC)); 206 FCmp = cast<Instruction>(FC);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
DWARFFormValue.cpp | 179 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { 182 DWARF5FormClasses[Form] == FC) 187 return (FC == FC_Reference); 189 return (FC == FC_Address); 192 return (FC == FC_String); 202 FC == FC_SectionOffset;
|
/external/llvm/lib/Target/Hexagon/ |
RDFCopy.cpp | 234 auto FC = CopyMap.find(IA.Id); 235 if (FC != CopyMap.end()) { 237 auto &M = FC->second;
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTestBase.h | 218 // Module C { Extern FB, Function FC which calls FB }, 222 std::unique_ptr<Module> &C, Function *&FC) { 232 FC = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(C.get(), FBExtern_in_C); 262 // Module C { Extern FB, Function FC which calls FA }, 265 std::unique_ptr<Module> &C, Function *&FC) { 275 FC = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(C.get(), FAExtern_in_C);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
InputFile.cpp | 206 auto FC = ChecksumsByFile.find(File); 207 if (FC == ChecksumsByFile.end()) { 213 formatChecksumKind(FC->getValue().Kind), 214 toHex(FC->getValue().Checksum), File);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTestBase.h | 218 // Module C { Extern FB, Function FC which calls FB }, 222 std::unique_ptr<Module> &C, Function *&FC) { 232 FC = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(C.get(), FBExtern_in_C); 262 // Module C { Extern FB, Function FC which calls FA }, 265 std::unique_ptr<Module> &C, Function *&FC) { 275 FC = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(C.get(), FAExtern_in_C);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Constants.cpp | [all...] |
/device/google/taimen/nfc/ |
libnfc-nxp.taimen.conf | 85 A0, 0D, 04, 32, 42, FC, 40,
|
/external/tensorflow/tensorflow/tools/ci_build/pi/ |
build_raspberry_pi.sh | 77 make CC=${CROSSTOOL_CC} FC=${CROSSTOOL_CC} HOSTCC=gcc TARGET=ARMV6
|
/external/llvm/lib/IR/ |
GCOV.cpp | 781 for (const auto &FC : FuncCoverages) { 782 const GCOVCoverage &Coverage = FC.second; 791 for (const auto &FC : FileCoverages) { 792 const std::string &Filename = FC.first; 793 const GCOVCoverage &Coverage = FC.second;
|